diff options
author | Justin Tee <justin.tee@broadcom.com> | 2025-09-15 21:08:04 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2025-09-17 05:19:59 +0300 |
commit | 2bf81856a403c92a4ce375288f33fba82ca2ccc6 (patch) | |
tree | aeb16c2a1b5dd8697cd4dab92315d4c5af5855a3 /rust/kernel/irq/request.rs | |
parent | f408dde2468b3957e92b25e7438f74c8e9fb9e73 (diff) | |
download | linux-2bf81856a403c92a4ce375288f33fba82ca2ccc6.tar.xz |
scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point to Point topology
There is a timing race condition when a PRLI may be sent on the wire
before PLOGI_ACC in Point to Point topology. Fix by deferring REG_RPI
mbox completion handling to after PLOGI_ACC's CQE completion. Because
the discovery state machine only sends PRLI after REG_RPI mbox
completion, PRLI is now guaranteed to be sent after PLOGI_ACC.
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Message-ID: <20250915180811.137530-8-justintee8345@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'rust/kernel/irq/request.rs')
0 files changed, 0 insertions, 0 deletions