[PATCH v10 09/11] scsi: qla2xxx: enable FPIN notification for NVMe

John Meneghini jmeneghi at redhat.com
Thu Sep 25 17:01:58 PDT 2025


Call fc_host_fpin_set_nvme_rport_marginal() to enable FPIN notifications
for NVMe.

Co-developed-by: Hannes Reinecke <hare at kernel.org>
Signed-off-by: Hannes Reinecke <hare at kernel.org>
Tested-by: Bryan Gurney <bgurney at redhat.com>
Signed-off-by: John Meneghini <jmeneghi at redhat.com>
---
 drivers/scsi/qla2xxx/qla_isr.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c
index c4c6b5c6658c..8ff8781dae47 100644
--- a/drivers/scsi/qla2xxx/qla_isr.c
+++ b/drivers/scsi/qla2xxx/qla_isr.c
@@ -46,6 +46,7 @@ qla27xx_process_purex_fpin(struct scsi_qla_host *vha, struct purex_item *item)
 		       pkt, pkt_size);
 
 	fc_host_fpin_rcv(vha->host, pkt_size, (char *)pkt, 0);
+	fc_host_fpin_set_nvme_rport_marginal(vha->host, pkt_size, (char *)pkt);
 }
 
 const char *const port_state_str[] = {
-- 
2.51.0




More information about the Linux-nvme mailing list