RE: [PATCH 0/6] Drivers: hv/scsi: Implement multi-channel support

2013-05-16 Thread KY Srinivasan


 -Original Message-
 From: Greg KH [mailto:gre...@linuxfoundation.org]
 Sent: Thursday, May 16, 2013 12:00 AM
 To: KY Srinivasan
 Cc: linux-ker...@vger.kernel.org; de...@linuxdriverproject.org;
 oher...@suse.com; jbottom...@parallels.com; h...@infradead.org; linux-
 s...@vger.kernel.org; a...@canonical.com; jasow...@redhat.com
 Subject: Re: [PATCH 0/6] Drivers: hv/scsi: Implement multi-channel support
 
 On Wed, May 15, 2013 at 03:02:00PM -0700, K. Y. Srinivasan wrote:
  This patch-set implements multi-channel support for Hyper-V devices. Also
  support for synthetic Fiber Channel device is included. The first two
  patches in the series are the foundational pieces for the remaining patches.
 
  James, once Greg accepts the first two patches, you can consider the scsi
  patches.
 
 I have no objection for these first two patches to go through James's
 tree, I'll go add my ack to them.  That should make it easier for
 everyone involved.

Thanks Greg.

Regards,

K. Y
 


--
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


[PATCH 0/6] Drivers: hv/scsi: Implement multi-channel support

2013-05-15 Thread K. Y. Srinivasan
This patch-set implements multi-channel support for Hyper-V devices. Also
support for synthetic Fiber Channel device is included. The first two
patches in the series are the foundational pieces for the remaining patches.

James, once Greg accepts the first two patches, you can consider the scsi
patches.


K. Y. Srinivasan (6):
  Drivers: hv: vmbus: Implement multi-channel support
  Drivers: hv: Add the GUID fot synthetic fiber channel device
  Drivers: scsi: storvsc: Make the scsi timeout a module parameter
  Drivers: scsi: storvsc: Update the storage protocol to win8 level
  Drivers: scsi: storvsc: Implement multi-channel support
  Drivers: scsi: storvsc: Support FC devices

 drivers/hv/channel.c   |   41 +-
 drivers/hv/channel_mgmt.c  |  117 +++-
 drivers/scsi/storvsc_drv.c |  340 +++-
 include/linux/hyperv.h |   70 +
 4 files changed, 522 insertions(+), 46 deletions(-)

-- 
1.7.4.1

--
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: [PATCH 0/6] Drivers: hv/scsi: Implement multi-channel support

2013-05-15 Thread Greg KH
On Wed, May 15, 2013 at 03:02:00PM -0700, K. Y. Srinivasan wrote:
 This patch-set implements multi-channel support for Hyper-V devices. Also
 support for synthetic Fiber Channel device is included. The first two
 patches in the series are the foundational pieces for the remaining patches.
 
 James, once Greg accepts the first two patches, you can consider the scsi
 patches.

I have no objection for these first two patches to go through James's
tree, I'll go add my ack to them.  That should make it easier for
everyone involved.

thanks,

greg k-h
--
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