All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-next v2 0/3] RDMA/mana_ib: Add support of RC QPs
@ 2024-05-21  8:34 Konstantin Taranov
  2024-05-21  8:34 ` [PATCH rdma-next v2 1/3] RDMA/mana_ib: Create and destroy RC QP Konstantin Taranov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Konstantin Taranov @ 2024-05-21  8:34 UTC (permalink / raw)
  To: kotaranov, sharmaajay, longli, jgg, leon; +Cc: linux-rdma, linux-kernel

From: Konstantin Taranov <kotaranov@microsoft.com>

This patch series enables creation and destruction of RC QPs.
The RC QP can be transitioned to RTS and be used by rdma-core.

RDMA-CORE: https://github.com/linux-rdma/rdma-core/pull/1461

v1->v2:
* Removed an old comment in 2/3.
* Fixed text in a debug message in 3/3.

Konstantin Taranov (3):
  RDMA/mana_ib: Create and destroy RC QP
  RDMA/mana_ib: Implement uapi to create and destroy RC QP
  RDMA/mana_ib: Modify QP state

 drivers/infiniband/hw/mana/main.c    |  59 ++++++++++
 drivers/infiniband/hw/mana/mana_ib.h |  99 +++++++++++++++-
 drivers/infiniband/hw/mana/qp.c      | 166 ++++++++++++++++++++++++++-
 include/uapi/rdma/mana-abi.h         |   9 ++
 4 files changed, 328 insertions(+), 5 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-05-21  9:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-21  8:34 [PATCH rdma-next v2 0/3] RDMA/mana_ib: Add support of RC QPs Konstantin Taranov
2024-05-21  8:34 ` [PATCH rdma-next v2 1/3] RDMA/mana_ib: Create and destroy RC QP Konstantin Taranov
2024-05-21  8:34 ` [PATCH rdma-next v2 2/3] RDMA/mana_ib: Implement uapi to create " Konstantin Taranov
2024-05-21  9:02   ` Zhu Yanjun
2024-05-21  9:13     ` Konstantin Taranov
2024-05-21  8:34 ` [PATCH rdma-next v2 3/3] RDMA/mana_ib: Modify QP state 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.