Linux-NVME Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] nvmet: support unbound_wq for RDMA and TCP
@ 2024-07-17  9:14 Ping Gan
  2024-07-17  9:14 ` [PATCH v2 1/2] nvmet-tcp: add unbound_wq support for nvmet-tcp Ping Gan
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Ping Gan @ 2024-07-17  9:14 UTC (permalink / raw)
  To: hare, sagi, hch, kch, linux-nvme, linux-kernel; +Cc: ping.gan, Ping Gan

When running nvmf on SMP platform, current nvme target's RDMA and
TCP use bounded workqueue to handle IO, but when there is other high
workload on the system(eg: kubernetes), the competition between the 
bounded kworker and other workload is very radical. To decrease the
resource race of OS among them, this patchset will enable unbounded
workqueue for nvmet-rdma and nvmet-tcp; besides that, it can also
get some performance improvement. And this patchset bases on previous
discussion from below session.

https://lore.kernel.org/lkml/20240717005318.109027-1-jacky_gam_2001@163.com/


Ping Gan (2):
  nvmet-tcp: add unbound_wq support for nvmet-tcp
  nvmet-rdma:  add unbound_wq support for nvmet-rdma

 drivers/nvme/target/rdma.c | 10 +++++++++-
 drivers/nvme/target/tcp.c  | 12 ++++++++++--
 2 files changed, 19 insertions(+), 3 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2024-07-21 11:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17  9:14 [PATCH v2 0/2] nvmet: support unbound_wq for RDMA and TCP Ping Gan
2024-07-17  9:14 ` [PATCH v2 1/2] nvmet-tcp: add unbound_wq support for nvmet-tcp Ping Gan
2024-07-17 20:28   ` Sagi Grimberg
2024-07-17  9:14 ` [PATCH v2 2/2] nvmet-rdma: add unbound_wq support for nvmet-rdma Ping Gan
2024-07-17 20:29   ` Sagi Grimberg
2024-07-19  5:31 ` [PATCH v2 0/2] nvmet: support unbound_wq for RDMA and TCP Christoph Hellwig
2024-07-19  6:28   ` Hannes Reinecke
2024-07-19  8:07     ` Ping Gan
2024-07-19  8:26       ` Hannes Reinecke
2024-07-19  8:49         ` Ping Gan
2024-07-21 11:11     ` Sagi Grimberg
2024-07-21 11:09   ` Sagi Grimberg

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