linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* scsi-mq + open-iscsi support patches..?
@ 2013-10-28 22:03 Nicholas A. Bellinger
  2013-11-01 14:46 ` Mike Christie
  0 siblings, 1 reply; 7+ messages in thread
From: Nicholas A. Bellinger @ 2013-10-28 22:03 UTC (permalink / raw)
  To: Mike Christie; +Cc: linux-scsi, LKML, target-devel, Open iSCSI, Or Gerlitz

Hi Mike,

Just curious as to the status of the scsi-mq conversion patches for
open-iscsi that you where working on a while back..?

I'm asking because recently I've been spending alot of time with scsi-mq
+ virtio-scsi, and would really to start banging on iser-target ports
using an scsi-mq enabled iser-initiator as well..

So that said, are there any blockers holding things up towards getting a
working prototype..?

--nab


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: scsi-mq + open-iscsi support patches..?
  2013-10-28 22:03 scsi-mq + open-iscsi support patches..? Nicholas A. Bellinger
@ 2013-11-01 14:46 ` Mike Christie
  2013-11-01 20:37   ` Nicholas A. Bellinger
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Christie @ 2013-11-01 14:46 UTC (permalink / raw)
  To: open-iscsi
  Cc: Nicholas A. Bellinger, linux-scsi, LKML, target-devel, Or Gerlitz

On 10/28/13 5:03 PM, Nicholas A. Bellinger wrote:
> Hi Mike,
>
> Just curious as to the status of the scsi-mq conversion patches for
> open-iscsi that you where working on a while back..?
>
> I'm asking because recently I've been spending alot of time with scsi-mq
> + virtio-scsi, and would really to start banging on iser-target ports
> using an scsi-mq enabled iser-initiator as well..
>
> So that said, are there any blockers holding things up towards getting a
> working prototype..?
>

Just time. Just finished a release at work and just got back from 
vacation so hoping to work on this some more in the next weeks.

On a related note, some iscsi vendor has been hitting a crash with your 
tree. Have you rebased it it to take in Christoph's changes and fixes 
that are in Jens's tree? The code here

https://git.kernel.org/cgit/linux/kernel/git/nab/target-pending.git/log/?h=scsi-mq

looks ok. That is the current code right?


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: scsi-mq + open-iscsi support patches..?
  2013-11-01 14:46 ` Mike Christie
@ 2013-11-01 20:37   ` Nicholas A. Bellinger
  2013-11-02 16:10     ` Jayamohan Kallickal
  0 siblings, 1 reply; 7+ messages in thread
From: Nicholas A. Bellinger @ 2013-11-01 20:37 UTC (permalink / raw)
  To: Mike Christie; +Cc: open-iscsi, linux-scsi, LKML, target-devel, Or Gerlitz

On Fri, 2013-11-01 at 09:46 -0500, Mike Christie wrote:
> On 10/28/13 5:03 PM, Nicholas A. Bellinger wrote:
> > Hi Mike,
> >
> > Just curious as to the status of the scsi-mq conversion patches for
> > open-iscsi that you where working on a while back..?
> >
> > I'm asking because recently I've been spending alot of time with scsi-mq
> > + virtio-scsi, and would really to start banging on iser-target ports
> > using an scsi-mq enabled iser-initiator as well..
> >
> > So that said, are there any blockers holding things up towards getting a
> > working prototype..?
> >
> 
> Just time. Just finished a release at work and just got back from 
> vacation so hoping to work on this some more in the next weeks.
> 

<nod>

Btw, I'm happy to help move things along here too, and have a few extra
cycles to spare..

> On a related note, some iscsi vendor has been hitting a crash with your 
> tree.

I got an email from Jayamohan recently, but the OOPs did not appear to
be scsi-mq related..

>  Have you rebased it it to take in Christoph's changes and fixes 
> that are in Jens's tree? The code here
> 
> https://git.kernel.org/cgit/linux/kernel/git/nab/target-pending.git/log/?h=scsi-mq
> 
> looks ok. That is the current code right?
> 

It's current as of a few weeks ago, but does not include the very latest
blk-mq code that's now in next from Jens.

I'll be rebasing once blk-mq hits mainline over the next weeks..  ;)

--nab


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: scsi-mq + open-iscsi support patches..?
  2013-11-01 20:37   ` Nicholas A. Bellinger
@ 2013-11-02 16:10     ` Jayamohan Kallickal
  2013-11-04 18:56       ` Nicholas A. Bellinger
  0 siblings, 1 reply; 7+ messages in thread
From: Jayamohan Kallickal @ 2013-11-02 16:10 UTC (permalink / raw)
  To: open-iscsi, Mike Christie; +Cc: linux-scsi, LKML, target-devel, Or Gerlitz

[-- Attachment #1: Type: text/plain, Size: 2385 bytes --]


-----Original Message-----
From: open-iscsi@googlegroups.com [mailto:open-iscsi@googlegroups.com] On Behalf Of Nicholas A. Bellinger
Sent: Friday, November 01, 2013 1:37 PM
To: Mike Christie
Cc: open-iscsi@googlegroups.com; linux-scsi; LKML; target-devel; Or Gerlitz
Subject: Re: scsi-mq + open-iscsi support patches..?

On Fri, 2013-11-01 at 09:46 -0500, Mike Christie wrote:
> On 10/28/13 5:03 PM, Nicholas A. Bellinger wrote:
> > Hi Mike,
> >
> > Just curious as to the status of the scsi-mq conversion patches for 
> > open-iscsi that you where working on a while back..?
> >
> > I'm asking because recently I've been spending alot of time with 
> > scsi-mq
> > + virtio-scsi, and would really to start banging on iser-target 
> > + ports
> > using an scsi-mq enabled iser-initiator as well..
> >
> > So that said, are there any blockers holding things up towards 
> > getting a working prototype..?
> >
> 
> Just time. Just finished a release at work and just got back from 
> vacation so hoping to work on this some more in the next weeks.
> 

<nod>

>Btw, I'm happy to help move things along here too, and have a few extra cycles to spare..

>> On a related note, some iscsi vendor has been hitting a crash with 
>> your tree.

>I got an email from Jayamohan recently, but the OOPs did not appear to be scsi-mq related..

I do see the crash on my Ubuntu VM running on VirtualBox  but don't see the crash on a Standalone system. 
Attaching the screenshot

>  Have you rebased it it to take in Christoph's changes and fixes that 
> are in Jens's tree? The code here
> 
> https://git.kernel.org/cgit/linux/kernel/git/nab/target-pending.git/lo
> g/?h=scsi-mq
> 
> looks ok. That is the current code right?
> 

It's current as of a few weeks ago, but does not include the very latest blk-mq code that's now in next from Jens.

I'll be rebasing once blk-mq hits mainline over the next weeks..  ;)

--nab

--
You received this message because you are subscribed to the Google Groups "open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-iscsi+unsubscribe@googlegroups.com.
To post to this group, send email to open-iscsi@googlegroups.com.
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/groups/opt_out.

[-- Attachment #2: Ubuntu-VM-crash.png --]
[-- Type: image/png, Size: 27707 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: scsi-mq + open-iscsi support patches..?
  2013-11-02 16:10     ` Jayamohan Kallickal
@ 2013-11-04 18:56       ` Nicholas A. Bellinger
  2013-11-27  2:46         ` kedacomkernel
  0 siblings, 1 reply; 7+ messages in thread
From: Nicholas A. Bellinger @ 2013-11-04 18:56 UTC (permalink / raw)
  To: Jayamohan Kallickal
  Cc: open-iscsi, Mike Christie, linux-scsi, LKML, target-devel, Or Gerlitz

On Sat, 2013-11-02 at 16:10 +0000, Jayamohan Kallickal wrote:

<SNIP>

> >> On a related note, some iscsi vendor has been hitting a crash with 
> >> your tree.
> 
> >I got an email from Jayamohan recently, but the OOPs did not appear to be scsi-mq related..
> 
> I do see the crash on my Ubuntu VM running on VirtualBox  but don't see the crash on a Standalone system. 
> Attaching the screenshot
> 

Hi Jayamohan,

Care to enable the virtual serial port for this VM in order to grab the
full dmesg output..?

Also, an idea of what SATA emulation is being used here would be helpful
as well.  (eg: lspci -vvv for the ATA device on the running system)

--nab


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: scsi-mq + open-iscsi support patches..?
  2013-11-04 18:56       ` Nicholas A. Bellinger
@ 2013-11-27  2:46         ` kedacomkernel
  2013-11-27 18:43           ` Nicholas A. Bellinger
  0 siblings, 1 reply; 7+ messages in thread
From: kedacomkernel @ 2013-11-27  2:46 UTC (permalink / raw)
  To: nab, Jayamohan Kallickal
  Cc: open-iscsi, Mike Christie, linux-scsi, LKML, target-devel, Or Gerlitz

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1246 bytes --]

Hi all,
	I used target-pending/scsi-mq to test intel ahci,but it can't work.I modify some places, now it can work.But still met hung task or oops.
Who can receive my patch for that?

Thanks!
Jianpeng Ma
>On Sat, 2013-11-02 at 16:10 +0000, Jayamohan Kallickal wrote:
>
><SNIP>
>
>> >> On a related note, some iscsi vendor has been hitting a crash with 
>> >> your tree.
>> 
>> >I got an email from Jayamohan recently, but the OOPs did not appear to be scsi-mq related..
>> 
>> I do see the crash on my Ubuntu VM running on VirtualBox  but don't see the crash on a Standalone system. 
>> Attaching the screenshot
>> 
>
>Hi Jayamohan,
>
>Care to enable the virtual serial port for this VM in order to grab the
>full dmesg output..?
>
>Also, an idea of what SATA emulation is being used here would be helpful
>as well.  (eg: lspci -vvv for the ATA device on the running system)
>
>--nab
>
>--
>To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.htmlÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: scsi-mq + open-iscsi support patches..?
  2013-11-27  2:46         ` kedacomkernel
@ 2013-11-27 18:43           ` Nicholas A. Bellinger
  0 siblings, 0 replies; 7+ messages in thread
From: Nicholas A. Bellinger @ 2013-11-27 18:43 UTC (permalink / raw)
  To: kedacomkernel; +Cc: linux-scsi, LKML, target-devel

Hi Jianpeng,

(Trimming CC's)

On Wed, 2013-11-27 at 10:46 +0800, kedacomkernel wrote:
> Hi all,
> 	I used target-pending/scsi-mq to test intel ahci,but it can't work.I
> modify some places, now it can work.But still met hung task or oops.

So after looking at your patches sent offlist, I don't exactly
understand why they are necessary for AHCI to function.

> Who can receive my patch for that?

Please repost your patches to linux-scsi, with the specifics of each bug
you've encountered, and why each patch is necessary to address the
issue.

Thanks!

--nab



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-11-27 18:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-28 22:03 scsi-mq + open-iscsi support patches..? Nicholas A. Bellinger
2013-11-01 14:46 ` Mike Christie
2013-11-01 20:37   ` Nicholas A. Bellinger
2013-11-02 16:10     ` Jayamohan Kallickal
2013-11-04 18:56       ` Nicholas A. Bellinger
2013-11-27  2:46         ` kedacomkernel
2013-11-27 18:43           ` Nicholas A. Bellinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).