public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/6] nvme fabircs: move start freeze into reconnection work
@ 2023-07-10 15:35 Ming Lei
  2023-07-10 15:35 ` [PATCH 1/6] nvme: unquiesce io queues when removing namespaces Ming Lei
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Ming Lei @ 2023-07-10 15:35 UTC (permalink / raw)
  To: Christoph Hellwig, Sagi Grimberg, Keith Busch, linux-nvme
  Cc: Yi Zhang, Chunguang Xu, Ming Lei

Hello,

The 1st patch unquiesces queues when removing namespaces.

The 2nd patch remove 'shutdown' parameters from two teardown helpers.

The other 4 patches moves start freeze into reconnection work context for
tcp and rdma: 1) freeze and unfreeze are paired 2) tcp/rdma io won't be
held too long during error recovery, and can be failfast quickly.
Suggested by Sagi Grimberg.


Ming Lei (6):
  nvme: unquiesce io queues when removing namespaces
  nvme: tcp: remove 'shutdown' parameters from two teardown helpers
  nvme: tcp: unquiesce queues after ctrl state is changed
  nvme: rdma: unquiesce queues until ctrl state is changed
  nvem: tcp: move start freeze into nvme_tcp_configure_io_queues
  nvem: rdma: move start freeze into nvme_rdma_configure_io_queues

 drivers/nvme/host/core.c | 10 +++++++---
 drivers/nvme/host/rdma.c |  7 ++++---
 drivers/nvme/host/tcp.c  | 32 ++++++++++++++++----------------
 3 files changed, 27 insertions(+), 22 deletions(-)

-- 
2.40.1



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

end of thread, other threads:[~2023-07-11  9:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10 15:35 [PATCH 0/6] nvme fabircs: move start freeze into reconnection work Ming Lei
2023-07-10 15:35 ` [PATCH 1/6] nvme: unquiesce io queues when removing namespaces Ming Lei
2023-07-10 15:37   ` Keith Busch
2023-07-11  7:32   ` Sagi Grimberg
2023-07-11  8:27   ` Christoph Hellwig
2023-07-11  8:31     ` Ming Lei
2023-07-11  9:12       ` Sagi Grimberg
2023-07-10 15:35 ` [PATCH 2/6] nvme: tcp: remove 'shutdown' parameters from two teardown helpers Ming Lei
2023-07-11  7:38   ` Sagi Grimberg
2023-07-11  7:39     ` Sagi Grimberg
2023-07-10 15:35 ` [PATCH 3/6] nvme: tcp: unquiesce queues after ctrl state is changed Ming Lei
2023-07-11  7:41   ` Sagi Grimberg
2023-07-11  7:53     ` Ming Lei
2023-07-11  9:05       ` Sagi Grimberg
2023-07-10 15:35 ` [PATCH 4/6] nvme: rdma: unquiesce queues until " Ming Lei
2023-07-11  7:42   ` Sagi Grimberg
2023-07-10 15:35 ` [PATCH 5/6] nvem: tcp: move start freeze into nvme_tcp_configure_io_queues Ming Lei
2023-07-11  7:36   ` Sagi Grimberg
2023-07-10 15:35 ` [PATCH 6/6] nvem: rdma: move start freeze into nvme_rdma_configure_io_queues Ming Lei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox