]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scsi: lpfc: Fix vports not logging into target
authorJames Smart <jsmart2021@gmail.com>
Fri, 2 Jun 2017 04:07:08 +0000 (21:07 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 13 Jun 2017 01:37:31 +0000 (21:37 -0400)
commitb57ab7469d2643ef1ff1fc5d82f5db22af60fc46
treedfc4f3f72594ac9140d034469328f08f4b47ac9c
parentdea37e82fa3423a6c8d1325d44e68b6d03892453
scsi: lpfc: Fix vports not logging into target

vports cannot login to target.

For vports, lpfc_nodelist is allocated for targets only on completion of
GFF_ID command. Driver checks if lpfc_nodelist exists for target before
sending GFF_ID. So, GFF_ID and PLOGI are not sent.

As mentioned by the comment in lpfc_prep_node_fc4type() routine, do not
send GFF_ID only if this NPortID is previously identified as FCP
target. Send GFF_ID if it is a newly identified remote port from GID_FT
response.

Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_ct.c