diff options
author | Justin Tee <justin.tee@broadcom.com> | 2023-01-10 00:33:12 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-01-12 06:03:14 +0100 |
commit | c051f1a424a15b73c493090a9f1c0273398b1637 (patch) | |
tree | c23bc55192a62bc8d03fcf6408c8954add3a809e /Makefile | |
parent | scsi: lpfc: Remove duplicate ndlp kref decrement in lpfc_cleanup_rpis() (diff) | |
download | linux-c051f1a424a15b73c493090a9f1c0273398b1637.tar.xz linux-c051f1a424a15b73c493090a9f1c0273398b1637.zip |
scsi: lpfc: Exit PRLI completion handling early if ndlp not in PRLI_ISSUE state
In a large SAN testing configuration, frequent target port toggle tests are
occasionally resulting in missing lun path rediscoveries. An outstanding
PRLI can be inflight when a target RSCN dissappearance occurs, causing the
driver to retry PRLIs using invalid rpi contexts.
Fix by verifying that an ndlp's state was not restarted from PRLI_ISSUE
due to an intermediate RSCN. If not in a valid state, early exit PRLI
completion handling.
The last follow up RSCN indicating target reappearance retriggers
PLOGI/PRLI with a valid rpi context and is expected to succeed in LUN path
rediscovery.
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions