RE: [PATCH V4 2/4] scsi: storvsc: Properly support Fibre Channel devices

2015-12-28 Thread KY Srinivasan
h...@infradead.org; linux-s...@vger.kernel.org; > a...@canonical.com; vkuzn...@redhat.com; jasow...@redhat.com; > martin.peter...@oracle.com > Subject: Re: [PATCH V4 2/4] scsi: storvsc: Properly support Fibre Channel > devices > > On 12/23/2015 10:15 PM, K. Y. Srinivasan wrote

Re: [PATCH V4 2/4] scsi: storvsc: Properly support Fibre Channel devices

2015-12-28 Thread Hannes Reinecke
On 12/23/2015 10:15 PM, K. Y. Srinivasan wrote: For FC devices managed by this driver, atttach the appropriate transport template. This will allow us to create the appropriate sysfs files for these devices. With this we can publish the wwn for both the port and the node. Signed-off-by: K. Y. Sri

[PATCH V4 2/4] scsi: storvsc: Properly support Fibre Channel devices

2015-12-23 Thread K. Y. Srinivasan
For FC devices managed by this driver, atttach the appropriate transport template. This will allow us to create the appropriate sysfs files for these devices. With this we can publish the wwn for both the port and the node. Signed-off-by: K. Y. Srinivasan Reviewed-by: Long Li Tested-by: Alex Ng