All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] NVMe PCI endpoint target fixes
@ 2025-04-11  1:42 Damien Le Moal
  2025-04-11  1:42 ` [PATCH v2 1/3] nvmet: pci-epf: Always fully initialize completion entries Damien Le Moal
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Damien Le Moal @ 2025-04-11  1:42 UTC (permalink / raw)
  To: linux-nvme, Keith Busch, Christoph Hellwig, Sagi Grimberg

Two bug fix patch and one cleanup patch in this series.

The first patch fixes an issue with completion queue entries
initialization in the case of failed commands.

The second patch fixes
the initialization of the CC register to ensure that we can always
detect that the host is attempting to enable the controller (with
CC.EN).

The last patch cleans up/simplifies the management of the PCI link
state.

Changes from v1:
 - Patch 1: Add comments explaining iwhy the cqe needs to be initialized
   and also add setting the cqe sq_head field.
 - Fixed typos in patch 2 commit message
 - Added review tags to patch 3

Damien Le Moal (3):
  nvmet: pci-epf: Always fully initialize completion entries
  nvmet: pci-epf: Clear CC and CSTS when disabling the controller
  nvmet: pci-epf: Cleanup link state management

 drivers/nvme/target/pci-epf.c | 88 +++++++++++++++++++++++------------
 1 file changed, 58 insertions(+), 30 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-04-16  5:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11  1:42 [PATCH v2 0/3] NVMe PCI endpoint target fixes Damien Le Moal
2025-04-11  1:42 ` [PATCH v2 1/3] nvmet: pci-epf: Always fully initialize completion entries Damien Le Moal
2025-04-14  9:24   ` Niklas Cassel
2025-04-11  1:42 ` [PATCH v2 2/3] nvmet: pci-epf: Clear CC and CSTS when disabling the controller Damien Le Moal
2025-04-11  1:42 ` [PATCH v2 3/3] nvmet: pci-epf: Cleanup link state management Damien Le Moal
2025-04-16  5:39 ` [PATCH v2 0/3] NVMe PCI endpoint target fixes Christoph Hellwig

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.