Re: status of drivers/scsi/scsi_tgt_lib.c

2014-01-30 Thread Christoph Hellwig
On Tue, Jan 28, 2014 at 12:58:36PM +0100, Hannes Reinecke wrote:
 I actually know of a customer using this (with a semi-proprietary
 target mode driver). I'll be asking him what his plans are.

They are using the IBM pseries vscsi driver for that?  It they actually
adding out of tree kernel code it doesn't really matter at all for this
discussion..

--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: status of drivers/scsi/scsi_tgt_lib.c

2014-01-30 Thread Hannes Reinecke
On 01/30/2014 09:44 AM, Christoph Hellwig wrote:
 On Tue, Jan 28, 2014 at 12:58:36PM +0100, Hannes Reinecke wrote:
 I actually know of a customer using this (with a semi-proprietary
 target mode driver). I'll be asking him what his plans are.
 
 They are using the IBM pseries vscsi driver for that?  It they actually
 adding out of tree kernel code it doesn't really matter at all for this
 discussion..
 
No, not the vscsi driver. But the tgt hooks.

But yeah, I know. As said, I'll be in touch with them.
I just wanted mention that _someone_ uses this code

Cheers,

Hannes
-- 
Dr. Hannes Reinecke   zSeries  Storage
h...@suse.de  +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: status of drivers/scsi/scsi_tgt_lib.c

2014-01-28 Thread Hannes Reinecke
On 01/27/2014 04:45 PM, FUJITA Tomonori wrote:
 On Sun, 26 Jan 2014 23:50:38 -0800
 Christoph Hellwig h...@infradead.org wrote:
 
 Do you know if either SRP or ibmvscsi are used regularly these days?
 Does tgtd userspace still support this interface?

 It doesn't. I think that ibm pseries switched to virtual fc driver
 from virtual srp long ago. Only very old pseries could use the
 driver. I'm not sure there are any users of the driver. I guess that
 you could try to remove the driver to see if someone would complain.

 Should we try to throw in a deprecation warnings for this merge window
 and see if anyone cares, or go ahead and remove it entirely?
 
 Either is fine by me.

I actually know of a customer using this (with a semi-proprietary
target mode driver). I'll be asking him what his plans are.

Cheers,

Hannes
-- 
Dr. Hannes Reinecke   zSeries  Storage
h...@suse.de  +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: J. Hawn, J. Guild, F. Imendörffer, HRB 16746 (AG Nürnberg)
--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: status of drivers/scsi/scsi_tgt_lib.c

2014-01-27 Thread FUJITA Tomonori
On Sun, 26 Jan 2014 23:50:38 -0800
Christoph Hellwig h...@infradead.org wrote:

  Do you know if either SRP or ibmvscsi are used regularly these days?
  Does tgtd userspace still support this interface?
 
 It doesn't. I think that ibm pseries switched to virtual fc driver
 from virtual srp long ago. Only very old pseries could use the
 driver. I'm not sure there are any users of the driver. I guess that
 you could try to remove the driver to see if someone would complain.
 
 Should we try to throw in a deprecation warnings for this merge window
 and see if anyone cares, or go ahead and remove it entirely?

Either is fine by me.
--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: status of drivers/scsi/scsi_tgt_lib.c

2014-01-26 Thread Christoph Hellwig
On Sat, Jan 25, 2014 at 12:48:32PM +0900, FUJITA Tomonori wrote:
 Hey,
 
 On Fri, 24 Jan 2014 05:15:25 -0800
 Christoph Hellwig h...@infradead.org wrote:
 
  Do you know if either SRP or ibmvscsi are used regularly these days?
  Does tgtd userspace still support this interface?
 
 It doesn't. I think that ibm pseries switched to virtual fc driver
 from virtual srp long ago. Only very old pseries could use the
 driver. I'm not sure there are any users of the driver. I guess that
 you could try to remove the driver to see if someone would complain.

Should we try to throw in a deprecation warnings for this merge window
and see if anyone cares, or go ahead and remove it entirely?
--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


status of drivers/scsi/scsi_tgt_lib.c

2014-01-24 Thread Christoph Hellwig
Hi Tomo-san,

what is the status of scsi_tgt_lib.c?  I've recently been auditing the
command allocation and I/O path for various possible improvements, and
the use of many functions in this path in addition to the normal
initiator code path is going to make a few things a bit harder.

The code seems to not have seen any major changes since about 2008,
and at least SRP hast another maintained target in mainline.

Do you know if either SRP or ibmvscsi are used regularly these days?
Does tgtd userspace still support this interface?
--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: status of drivers/scsi/scsi_tgt_lib.c

2014-01-24 Thread FUJITA Tomonori
Hey,

On Fri, 24 Jan 2014 05:15:25 -0800
Christoph Hellwig h...@infradead.org wrote:

 Do you know if either SRP or ibmvscsi are used regularly these days?
 Does tgtd userspace still support this interface?

It doesn't. I think that ibm pseries switched to virtual fc driver
from virtual srp long ago. Only very old pseries could use the
driver. I'm not sure there are any users of the driver. I guess that
you could try to remove the driver to see if someone would complain.
--
To unsubscribe from this list: send the line unsubscribe linux-scsi in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html