scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()
authorMuneendra <muneendra.kumar@broadcom.com>
Thu, 9 Feb 2023 03:43:26 +0000 (19:43 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 21 Feb 2023 23:03:29 +0000 (18:03 -0500)
commit64fd2ba977b1b6b073bcf4c71906f820bc531421
tree138bdec8127be17b25451819f6a7c94c12e0607a
parent3fe97ff3d94934649abb0652028dd7296170c8d0
scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()

The LLDD and the stack currently process FPINs received from the fabric,
but the stack is not aware of any action taken by the driver to alleviate
congestion. The current interface between the driver and the SCSI stack is
limited to passing the notification mainly for statistics and heuristics.

The reaction to an FPIN could be handled either by the driver or by the
stack (marginal path and failover). Amend the interface to indicate if
action on an FPIN has already been reacted to by the LLDDs or not. Add an
additional flag to fc_host_fpin_rcv() to indicate if the FPIN has been
acknowledged/reacted to by the driver.

Also added a new event code FCH_EVT_LINK_FPIN_ACK to notify to the user
that the event has been acknowledged/reacted by the LLDD driver

Link: https://lore.kernel.org/r/20230209034326.882514-1-muneendra.kumar@broadcom.com
Co-developed-by: Anil Gurumurthy <agurumurthy@marvell.com>
Signed-off-by: Anil Gurumurthy <agurumurthy@marvell.com>
Co-developed-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Signed-off-by: Muneendra <muneendra.kumar@broadcom.com>
Reviewed-by: James Smart <jsmart2021@gmail.com>
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_els.c
drivers/scsi/qla2xxx/qla_isr.c
drivers/scsi/scsi_transport_fc.c
include/scsi/scsi_transport_fc.h