Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 342b59ca authored by James Smart's avatar James Smart Committed by Martin K. Petersen
Browse files

lpfc: Fix Device discovery failures during switch reboot test.



When the switch is rebooted, the lpfc driver fails to log
into the fabric, and Unexpected timeout message is seen.

Fix: Do not issue RegVFI if the FLOGI was internally aborted.

Signed-off-by: default avatarDick Kennedy <dick.kennedy@avagotech.com>
Signed-off-by: default avatarJames Smart <james.smart@avagotech.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent b5c53958
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1069,6 +1069,9 @@ lpfc_cmpl_els_flogi(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
					lpfc_sli4_unreg_all_rpis(vport);
				}
			}

			/* Do not register VFI if the driver aborted FLOGI */
			if (!lpfc_error_lost_link(irsp))
				lpfc_issue_reg_vfi(vport);
			lpfc_nlp_put(ndlp);
			goto out;