[PATCH v2 0/5] nvmet pci-epf fixes

Damien Le Moal dlemoal at kernel.org
Thu May 8 16:24:59 PDT 2025


Five patches to fix and improve IRQ handling in the PCI endpoint target
driver. The issues fixed by the first 2 patches where discovered with
testing with polling queues set on the host side. The following 2
patches are small improvements/cleanup in the same IRQ handling area.
The last patch removes dead code.

Changes from v1:
 - Fixed typos in patch 1 and 2
 - Removed Fixes tag from patch 2 as a backport to 6.14 would lead to
   compilation errors
 - Added Review tags to patch 3 and 4
 - Added patch 5

Damien Le Moal (5):
  nvmet: pci-epf: Clear completion queue IRQ flag on delete
  nvmet: pci-epf: Do not fall back to using INTX if not supported
  nvmet: pci-epf: Cleanup nvmet_pci_epf_raise_irq()
  nvmet: pci-epf: Improve debug message
  nvmet: pci-epf: Remove NVMET_PCI_EPF_Q_IS_SQ

 drivers/nvme/target/pci-epf.c | 39 +++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 16 deletions(-)

-- 
2.49.0




More information about the Linux-nvme mailing list