linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next v2 0/2] Let RDMA-core manage certain objects
@ 2021-07-29 22:30 Bob Pearson
  2021-07-29 22:30 ` [PATCH for-next v2 1/2] RDMA/rxe: Let rdma-core manage PDs Bob Pearson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bob Pearson @ 2021-07-29 22:30 UTC (permalink / raw)
  To: jgg, zyjzyj2000, linux-rdma; +Cc: Bob Pearson

The rxe driver duplicates work already done by rdma core. These patches
simplify the rxe driver removing the duplicate effort. The first patch
was already released. Version 2 adds a second patch.

These two patches should be applied after V2 "Three rxe bug fixes"
patches and V3 "Replace AV by AH in UD sends" patches applied to
the current for-next branch.

Bob Pearson (2):
  RDMA/rxe: Let rdma-core manage PDs
  RDMA/rxe: Let rdma-core manage CQs and SRQs

 drivers/infiniband/sw/rxe/rxe_av.c    |  2 +-
 drivers/infiniband/sw/rxe/rxe_comp.c  | 14 ++--
 drivers/infiniband/sw/rxe/rxe_loc.h   | 19 +-----
 drivers/infiniband/sw/rxe/rxe_mr.c    |  8 +--
 drivers/infiniband/sw/rxe/rxe_mw.c    | 31 ++++-----
 drivers/infiniband/sw/rxe/rxe_net.c   |  6 +-
 drivers/infiniband/sw/rxe/rxe_qp.c    | 92 +++++++++------------------
 drivers/infiniband/sw/rxe/rxe_recv.c  |  6 +-
 drivers/infiniband/sw/rxe/rxe_req.c   | 22 +++----
 drivers/infiniband/sw/rxe/rxe_resp.c  | 58 ++++++++---------
 drivers/infiniband/sw/rxe/rxe_verbs.c | 44 +++++--------
 drivers/infiniband/sw/rxe/rxe_verbs.h | 59 ++++++++++++++---
 12 files changed, 165 insertions(+), 196 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-08-27 12:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29 22:30 [PATCH for-next v2 0/2] Let RDMA-core manage certain objects Bob Pearson
2021-07-29 22:30 ` [PATCH for-next v2 1/2] RDMA/rxe: Let rdma-core manage PDs Bob Pearson
2021-07-29 22:30 ` [PATCH for-next v2 2/2] RDMA/rxe: Let rdma-core manage CQs and SRQs Bob Pearson
2021-08-27 12:58 ` [PATCH for-next v2 0/2] Let RDMA-core manage certain objects 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).