diff options
author | James Smart <jsmart2021@gmail.com> | 2017-06-01 21:07:08 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-06-12 21:37:31 -0400 |
commit | b57ab7469d2643ef1ff1fc5d82f5db22af60fc46 (patch) | |
tree | dfc4f3f72594ac9140d034469328f08f4b47ac9c /drivers/watchdog | |
parent | dea37e82fa3423a6c8d1325d44e68b6d03892453 (diff) |
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>
Diffstat (limited to 'drivers/watchdog')
0 files changed, 0 insertions, 0 deletions