mirror of https://github.com/torvalds/linux.git
There's already a fc_vport_termintate() call exported by
the transport. This patch adds a symmetric call to the API to allow
an NPIV-capable LLD to instantiate vports sans user intervention.
Additional comments/updates:
Re: scsi_fc_transport.txt
Add a function prototype for fc_vport_terminate similar to what's
done for fc_vport_create
Re: fc_vport_create
I recommend we pass the channel number in fc_vport_create rather
than fixing it at zero.
Also, ids->vport_type should be set to FC_PORTTYPE_NPIV prior to
calling fc_vport_create. The comment is also meaningless.
Added-by and
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
|
||
|---|---|---|
| .. | ||
| 00-INDEX | ||
| 53c700.txt | ||
| BusLogic.txt | ||
| ChangeLog.1992-1997 | ||
| ChangeLog.arcmsr | ||
| ChangeLog.ips | ||
| ChangeLog.lpfc | ||
| ChangeLog.megaraid | ||
| ChangeLog.megaraid_sas | ||
| ChangeLog.ncr53c8xx | ||
| ChangeLog.sym53c8xx | ||
| ChangeLog.sym53c8xx_2 | ||
| FlashPoint.txt | ||
| LICENSE.FlashPoint | ||
| LICENSE.qla2xxx | ||
| Mylex.txt | ||
| NinjaSCSI.txt | ||
| aacraid.txt | ||
| advansys.txt | ||
| aha152x.txt | ||
| aic7xxx.txt | ||
| aic7xxx_old.txt | ||
| aic79xx.txt | ||
| arcmsr_spec.txt | ||
| dc395x.txt | ||
| dpti.txt | ||
| dtc3x80.txt | ||
| g_NCR5380.txt | ||
| hptiop.txt | ||
| ibmmca.txt | ||
| in2000.txt | ||
| libsas.txt | ||
| link_power_management_policy.txt | ||
| lpfc.txt | ||
| megaraid.txt | ||
| ncr53c8xx.txt | ||
| osst.txt | ||
| ppa.txt | ||
| qlogicfas.txt | ||
| scsi-changer.txt | ||
| scsi-generic.txt | ||
| scsi.txt | ||
| scsi_eh.txt | ||
| scsi_fc_transport.txt | ||
| scsi_mid_low_api.txt | ||
| st.txt | ||
| sym53c8xx_2.txt | ||
| sym53c500_cs.txt | ||
| tmscsim.txt | ||