All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] nvme pci-epf target and tcp host fixes
@ 2025-02-13  6:52 Damien Le Moal
  2025-02-13  6:52 ` [PATCH v3 1/4] nvmet: pci-epf: Correctly initialize CSTS when enabling the controller Damien Le Moal
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Damien Le Moal @ 2025-02-13  6:52 UTC (permalink / raw)
  To: linux-nvme, Keith Busch, Christoph Hellwig, Sagi Grimberg

All,

4 patches in this series to fix some issues with the PCI endpoint
function target driver and a trivial fix for a compilation warning with
the tcp fabrics host driver.

Changes from v2:
 - Fixed a typo in the commit message of patch 3
 - Added review tags from Christoph

Changes from v1:
 - Added patch 3 to fixe RCU stalls under heavy workload with the
   pci-epf target driver

Damien Le Moal (4):
  nvmet: pci-epf: Correctly initialize CSTS when enabling the controller
  nvmet: pci-epf: Do not uselessly write the CSTS register
  nvmet: pci-epf: Avoid RCU stalls under heavy workload
  nvme: tcp: Fix compilation warning with W=1

 drivers/nvme/host/tcp.c       |  2 +-
 drivers/nvme/target/pci-epf.c | 39 ++++++++++++++++++++++++++---------
 2 files changed, 30 insertions(+), 11 deletions(-)

-- 
2.48.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-18 15:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-13  6:52 [PATCH v3 0/4] nvme pci-epf target and tcp host fixes Damien Le Moal
2025-02-13  6:52 ` [PATCH v3 1/4] nvmet: pci-epf: Correctly initialize CSTS when enabling the controller Damien Le Moal
2025-02-13  6:52 ` [PATCH v3 2/4] nvmet: pci-epf: Do not uselessly write the CSTS register Damien Le Moal
2025-02-13  6:52 ` [PATCH v3 3/4] nvmet: pci-epf: Avoid RCU stalls under heavy workload Damien Le Moal
2025-02-13  6:52 ` [PATCH v3 4/4] nvme: tcp: Fix compilation warning with W=1 Damien Le Moal
2025-02-17  7:50 ` [PATCH v3 0/4] nvme pci-epf target and tcp host fixes Sagi Grimberg
2025-02-18 15:45 ` Keith Busch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.