linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 0/6] Misc cleanups and implement rereg_user_mr
@ 2023-05-30 22:13 Bob Pearson
  2023-05-30 22:13 ` [PATCH for-next 1/6] RDMA/rxe: Rename IB_ACCESS_REMOTE Bob Pearson
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Bob Pearson @ 2023-05-30 22:13 UTC (permalink / raw)
  To: jgg, zyjzyj2000, edwards, linux-rdma; +Cc: Bob Pearson

This patch set does some preparatory cleanups and then implements the
two simple cases of ib_rereg_user_mr.

Bob Pearson (6):
  RDMA/rxe: Rename IB_ACCESS_REMOTE
  rdma/rxe: Optimize send path in rxe_resp.c
  RDMA/RXE: Fix access checks in rxe_check_bind_mw
  RDMA/RXE: Introduce rxe access supported flags
  RDMA/RXE: Let rkey == lkey for local access
  RDMA/RXE: Implement rereg_user_mr

 drivers/infiniband/sw/rxe/rxe_mr.c     | 21 ++++++-------
 drivers/infiniband/sw/rxe/rxe_mw.c     | 22 +++++++++-----
 drivers/infiniband/sw/rxe/rxe_opcode.h |  3 ++
 drivers/infiniband/sw/rxe/rxe_qp.c     |  7 +++++
 drivers/infiniband/sw/rxe/rxe_resp.c   | 12 ++++++--
 drivers/infiniband/sw/rxe/rxe_verbs.c  | 41 ++++++++++++++++++++++++++
 drivers/infiniband/sw/rxe/rxe_verbs.h  | 20 +++++++++++++
 7 files changed, 104 insertions(+), 22 deletions(-)


base-commit: 8c1ee346da583718fb0a7791a1f84bdafb103caf
-- 
2.39.2


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

end of thread, other threads:[~2023-06-09 16:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-30 22:13 [PATCH for-next 0/6] Misc cleanups and implement rereg_user_mr Bob Pearson
2023-05-30 22:13 ` [PATCH for-next 1/6] RDMA/rxe: Rename IB_ACCESS_REMOTE Bob Pearson
2023-05-30 22:13 ` [PATCH for-next 2/6] rdma/rxe: Optimize send path in rxe_resp.c Bob Pearson
2023-05-30 22:13 ` [PATCH for-next 3/6] RDMA/rxe: Fix access checks in rxe_check_bind_mw Bob Pearson
2023-05-30 22:13 ` [PATCH for-next 4/6] RDMA/rxe: Introduce rxe access supported flags Bob Pearson
2023-05-30 22:13 ` [PATCH for-next 5/6] RDMA/rxe: Let rkey == lkey for local access Bob Pearson
2023-05-30 22:13 ` [PATCH for-next 6/6] RDMA/rxe: Implement rereg_user_mr Bob Pearson
2023-06-09 16:22 ` [PATCH for-next 0/6] Misc cleanups and implement rereg_user_mr 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).