All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-next 0/4] Define and use mana queues for CQs and WQs
@ 2024-03-13 13:24 Konstantin Taranov
  2024-03-13 13:24 ` [PATCH rdma-next 1/4] RDMA/mana_ib: Introduce helpers to create and destroy mana queues Konstantin Taranov
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Konstantin Taranov @ 2024-03-13 13:24 UTC (permalink / raw)
  To: kotaranov, sharmaajay, longli, jgg, leon; +Cc: linux-rdma, linux-kernel

From: Konstantin Taranov <kotaranov@microsoft.com>

This patch series aims to reduce code duplication by
introducing a notion of mana ib queues and corresponding helpers
to create and destroy them.

Konstantin Taranov (4):
  RDMA/mana_ib: Introduce helpers to create and destroy mana queues
  RDMA:mana_ib: Use struct mana_ib_queue for CQs
  RDMA/mana_ib: Use struct mana_ib_queue for WQs
  RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs

 drivers/infiniband/hw/mana/cq.c      | 52 ++++-------------
 drivers/infiniband/hw/mana/main.c    | 40 +++++++++++++
 drivers/infiniband/hw/mana/mana_ib.h | 31 ++++++----
 drivers/infiniband/hw/mana/qp.c      | 86 ++++++++++------------------
 drivers/infiniband/hw/mana/wq.c      | 31 ++--------
 5 files changed, 104 insertions(+), 136 deletions(-)


base-commit: 96d9cbe2f2ff7abde021bac75eafaceabe9a51fa
-- 
2.43.0


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

end of thread, other threads:[~2024-03-18 13:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 13:24 [PATCH rdma-next 0/4] Define and use mana queues for CQs and WQs Konstantin Taranov
2024-03-13 13:24 ` [PATCH rdma-next 1/4] RDMA/mana_ib: Introduce helpers to create and destroy mana queues Konstantin Taranov
2024-03-15 16:45   ` Long Li
2024-03-17  6:42   ` Zhu Yanjun
2024-03-18  9:31     ` [EXTERNAL] " Konstantin Taranov
2024-03-18 13:56       ` Zhu Yanjun
2024-03-13 13:24 ` [PATCH rdma-next 2/4] RDMA:mana_ib: Use struct mana_ib_queue for CQs Konstantin Taranov
2024-03-15 16:54   ` Long Li
2024-03-13 13:24 ` [PATCH rdma-next 3/4] RDMA/mana_ib: Use struct mana_ib_queue for WQs Konstantin Taranov
2024-03-15 16:56   ` Long Li
2024-03-13 13:24 ` [PATCH rdma-next 4/4] RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs Konstantin Taranov
2024-03-15 17:03   ` Long Li
2024-03-18  9:21     ` Konstantin Taranov

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.