All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] scsi: Create a lightweight FC Transport option for Virtual FC Hosts.
@ 2017-01-18 20:28 Cathy Avery
  2017-01-18 20:28 ` [PATCH 1/2] scsi: scsi_transport_fc: Provide a lightweight " Cathy Avery
  2017-01-18 20:28 ` [PATCH 2/2] scsi: storvsc: Add support for FC lightweight host Cathy Avery
  0 siblings, 2 replies; 22+ messages in thread
From: Cathy Avery @ 2017-01-18 20:28 UTC (permalink / raw)
  To: kys, haiyangz, jejb, martin.petersen; +Cc: devel, linux-kernel, linux-scsi

Currently virtual FC hosts or lightweight hosts are not able to be
manually scanned  via sysfs due to the fact that they do not
contain the complete characteristic set associated with a normal FC host
( missing rports, vports, etc ) and are not consistent with the current FC
transport model.

Patch 1: The patch provides a lightweight option to the current FC 
transport class. The new option is selected by a driver when it 
indicates it wants the lightweight transport in fc_function_template.

Patch 2: storvsc elects using the new lightweight FC host option.

Cathy Avery (2):
  scsi: scsi_transport_fc: Provide a lightweight option for Virtual FC
    Hosts.
  scsi: storvsc: Add support for FC lightweight host.

 drivers/scsi/scsi_transport_fc.c | 125 +++++++++++++++++++++++++++++++++++++--
 drivers/scsi/storvsc_drv.c       |   6 +-
 include/scsi/scsi_transport_fc.h |   1 +
 3 files changed, 123 insertions(+), 9 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2017-01-27 15:46 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18 20:28 [PATCH 0/2] scsi: Create a lightweight FC Transport option for Virtual FC Hosts Cathy Avery
2017-01-18 20:28 ` [PATCH 1/2] scsi: scsi_transport_fc: Provide a lightweight " Cathy Avery
2017-01-19 15:11   ` Christoph Hellwig
2017-01-19 15:11     ` Christoph Hellwig
2017-01-19 17:59     ` Cathy Avery
2017-01-19 17:59       ` Cathy Avery
2017-01-27 15:45     ` KY Srinivasan
2017-01-27 15:45       ` KY Srinivasan
2017-01-18 20:28 ` [PATCH 2/2] scsi: storvsc: Add support for FC lightweight host Cathy Avery
2017-01-18 23:15   ` Dan Carpenter
2017-01-18 23:15     ` Dan Carpenter
2017-01-19 17:55     ` Cathy Avery
2017-01-19 17:55       ` Cathy Avery
2017-01-20  9:31       ` Dan Carpenter
2017-01-20  9:31         ` Dan Carpenter
2017-01-22 18:51         ` Cathy Avery
2017-01-22 18:51           ` Cathy Avery
2017-01-22 19:24           ` Dan Carpenter
2017-01-23  3:13   ` Fam Zheng
2017-01-23  3:13     ` Fam Zheng
2017-01-23 20:55     ` Cathy Avery
2017-01-23 20:55       ` Cathy Avery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.