All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] NVMe/RDMA patches for 5.8
@ 2020-06-23 14:55 Max Gurtovoy
  2020-06-23 14:55 ` [PATCH 1/3] nvme-rdma: use new shared CQ mechanism Max Gurtovoy
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Max Gurtovoy @ 2020-06-23 14:55 UTC (permalink / raw)
  To: sagi, linux-nvme, kbusch, hch
  Cc: yaminf, idanb, israelr, shlomin, jgg, Max Gurtovoy, ogerlitz

This series include 2 patches from Yamin that were removed from the
merge window since it caused conflicts between RDMA and Block trees.
It uses a shared CQ API that was merged to RDMA core layer to improve
performance and reduce resource allocation.

The last patch is a fix for the RDMA host.

The series applies cleanly on top of Linus master, since I couldn't fetch
nvme-5.8 branch.

Tests were run on top of Linus master + my fix to mlx5 driver:
"RDMA/mlx5: Fix integrity enabled QP creation".

Max Gurtovoy (1):
  nvme-rdma: assign completion vector correctly

Yamin Friedman (2):
  nvme-rdma: use new shared CQ mechanism
  nvmet-rdma: use new shared CQ mechanism

 drivers/nvme/host/rdma.c   | 77 ++++++++++++++++++++++++++++++----------------
 drivers/nvme/target/rdma.c | 14 ++++-----
 2 files changed, 58 insertions(+), 33 deletions(-)

-- 
1.8.3.1


_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme

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

end of thread, other threads:[~2020-06-25  8:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23 14:55 [PATCH 0/3] NVMe/RDMA patches for 5.8 Max Gurtovoy
2020-06-23 14:55 ` [PATCH 1/3] nvme-rdma: use new shared CQ mechanism Max Gurtovoy
2020-06-23 14:55 ` [PATCH 2/3] nvmet-rdma: " Max Gurtovoy
2020-06-23 14:55 ` [PATCH 3/3] nvme-rdma: assign completion vector correctly Max Gurtovoy
2020-06-23 15:22   ` Jason Gunthorpe
2020-06-23 17:34     ` Sagi Grimberg
2020-06-24  8:34       ` Max Gurtovoy
2020-06-24  8:37         ` Christoph Hellwig
2020-06-24  8:44           ` Max Gurtovoy
2020-06-24  8:46             ` Christoph Hellwig
2020-06-24 14:22             ` Jason Gunthorpe
2020-06-24 15:14               ` Max Gurtovoy
2020-06-24 16:41   ` Christoph Hellwig
2020-06-25  8:11     ` Max Gurtovoy

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.