Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1624793
| From | Cathy Avery <cavery@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] scsi: storvsc: Add support for FC rport |
| Date | 2017-04-17 20:40 +0200 |
| Message-ID | <txjJ7-466-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The updated patch set provides a way for drivers ( specifically storvsc in this case ) that expose virturalized fc devices but that do not expose rports to be manually scanned. This is done via creating a pseudo rport in storvsc and a corresponding dummy initiator rport role in the fc transport. Changes since v2: - Additional patch adding FC_PORT_ROLE_FCP_DUMMY_INITIATOR role to fc_transport - Changed storvsc rport role to FC_PORT_ROLE_FCP_DUMMY_INITIATOR Changes since v1: - Fix fc_rport_identifiers init [Stephen Hemminger] - Better error checking Cathy Avery (2): scsi: scsi_transport_fc: Add dummy initiator role to rport scsi: storvsc: Add support for FC rport. drivers/scsi/scsi_transport_fc.c | 10 ++++++---- drivers/scsi/storvsc_drv.c | 23 ++++++++++++++++++----- include/scsi/scsi_transport_fc.h | 1 + 3 files changed, 25 insertions(+), 9 deletions(-) -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/2] scsi: storvsc: Add support for FC rport Cathy Avery <cavery@redhat.com> - 2017-04-17 20:40 +0200
[PATCH v3 1/2] scsi: scsi_transport_fc: Add dummy initiator role to rport Cathy Avery <cavery@redhat.com> - 2017-04-17 20:40 +0200
Re: [PATCH v3 1/2] scsi: scsi_transport_fc: Add dummy initiator role to rport Christoph Hellwig <hch@infradead.org> - 2017-04-19 08:50 +0200
Re: [PATCH v3 0/2] scsi: storvsc: Add support for FC rport "Martin K. Petersen" <martin.petersen@oracle.com> - 2017-04-20 01:20 +0200
csiph-web