linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] providers/rxe: Implement the xrc transport protocol
@ 2022-09-17  3:15 Bob Pearson
  2022-09-17  3:15 ` [PATCH 1/2] Update kernel headers Bob Pearson
  2022-09-17  3:15 ` [PATCH 2/2] providers/rxe: Implement the xrc transport protocol Bob Pearson
  0 siblings, 2 replies; 4+ messages in thread
From: Bob Pearson @ 2022-09-17  3:15 UTC (permalink / raw)
  To: jgg, zyjzyj2000, lizhijian, linux-rdma; +Cc: Bob Pearson

Make changes to implement the xrc transport protocol including
- Implement ibv_create_srq_ex
- Implement ibv_open/close_xrcd
- Implement ibv_get_srq_num
- Implement xrc support for qp_ex

The patch "providers/rxe: Remove redundant num_sge fields" is
a pre-requisite for this patch.

Bob Pearson (2):
  Update kernel headers
  providers/rxe: Implement the xrc transport protocol

 kernel-headers/rdma/ib_user_ioctl_verbs.h |   2 +
 kernel-headers/rdma/ib_user_verbs.h       |  16 +
 kernel-headers/rdma/rdma_user_rxe.h       |  14 +-
 providers/rxe/rxe-abi.h                   |   2 +
 providers/rxe/rxe.c                       | 387 +++++++++++++++-------
 providers/rxe/rxe.h                       |  21 +-
 6 files changed, 318 insertions(+), 124 deletions(-)


base-commit: 41c28b03d2b7cfc982eedd2e7491b01df984f5d7
-- 
2.34.1


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

end of thread, other threads:[~2022-09-26 18:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17  3:15 [PATCH 0/2] providers/rxe: Implement the xrc transport protocol Bob Pearson
2022-09-17  3:15 ` [PATCH 1/2] Update kernel headers Bob Pearson
2022-09-17  3:15 ` [PATCH 2/2] providers/rxe: Implement the xrc transport protocol Bob Pearson
2022-09-26 17:58   ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).