mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
This patch provides support for FC virtual ports based on NPIV. For information on the interfaces and design, please read the Documentation/scsi/scsi_fc_transport.txt file enclosed within the patch. The RFC was originally posted here: http://marc.info/?l=linux-scsi&m=117226959918393&w=2 Changes from the initial RFC: - Bug fix: needed a transport_class_unregister() for the vport class - Create a symlink to the vport in the shost device if it is not the parent of the vport. - Made symbolic name writable so it can be set after creation - Made the temporary fc_vport_identifiers struct private to the transport. - Deleted the vport_id field from the vport. I couldn't find any good use for it (and symname is a good replacement). - Made the vport_state and vport_last_state "private" attributes. Added the fc_vport_set_state() helper function to manage state transitions - Updated vport_create() to allow a vport to be created in a disabled state. - Added INITIALIZING and FAILED vport states - Added VPCERR_xxx defines for errors to be returned from vport_create() - Created a Documentation/scsi/scsi_fc_transport.txt file that describes the interfaces and expected LLDD behaviors. Signed-off-by: James Smart <James.Smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com> |
||
|---|---|---|
| .. | ||
| 53c700.txt | ||
| 00-INDEX | ||
| aacraid.txt | ||
| aha152x.txt | ||
| aic7xxx_old.txt | ||
| aic7xxx.txt | ||
| aic79xx.txt | ||
| arcmsr_spec.txt | ||
| BusLogic.txt | ||
| ChangeLog.1992-1997 | ||
| ChangeLog.arcmsr | ||
| ChangeLog.ips | ||
| ChangeLog.lpfc | ||
| ChangeLog.megaraid | ||
| ChangeLog.megaraid_sas | ||
| ChangeLog.ncr53c8xx | ||
| ChangeLog.sym53c8xx | ||
| ChangeLog.sym53c8xx_2 | ||
| dc395x.txt | ||
| dpti.txt | ||
| dtc3x80.txt | ||
| FlashPoint.txt | ||
| g_NCR5380.txt | ||
| hptiop.txt | ||
| ibmmca.txt | ||
| in2000.txt | ||
| libsas.txt | ||
| LICENSE.FlashPoint | ||
| LICENSE.qla2xxx | ||
| lpfc.txt | ||
| megaraid.txt | ||
| Mylex.txt | ||
| ncr53c7xx.txt | ||
| ncr53c8xx.txt | ||
| NinjaSCSI.txt | ||
| osst.txt | ||
| ppa.txt | ||
| qlogicfas.txt | ||
| scsi_eh.txt | ||
| scsi_fc_transport.txt | ||
| scsi_mid_low_api.txt | ||
| scsi-changer.txt | ||
| scsi-generic.txt | ||
| scsi.txt | ||
| st.txt | ||
| sym53c8xx_2.txt | ||
| sym53c500_cs.txt | ||
| tmscsim.txt | ||