[PATCH 0/2] scsi: Create a lightweight FC Transport option for Virtual FC Hosts.

From: Cathy Avery
Date: Wed Jan 18 2017 - 15:35:09 EST


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