public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] RDMA/rxe: Do some cleanup
@ 2021-08-23  9:22 Xiao Yang
  2021-08-23  9:22 ` [PATCH 1/3] RDMA/rxe: Remove unnecessary check for qp->is_user/cq->is_user Xiao Yang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Xiao Yang @ 2021-08-23  9:22 UTC (permalink / raw)
  To: linux-rdma; +Cc: rpearsonhpe, zyjzyj2000, jgg, leon, Xiao Yang

Xiao Yang (3):
  RDMA/rxe: Remove unnecessary check for qp->is_user/cq->is_user
  RDMA/rxe: Remove the common is_user member of struct rxe_qp
  RDMA/rxe: Change the is_user member of struct rxe_cq to bool

 drivers/infiniband/sw/rxe/rxe_comp.c  |  6 ++--
 drivers/infiniband/sw/rxe/rxe_cq.c    |  3 +-
 drivers/infiniband/sw/rxe/rxe_qp.c    |  5 ++--
 drivers/infiniband/sw/rxe/rxe_req.c   |  4 +--
 drivers/infiniband/sw/rxe/rxe_resp.c  | 10 +++----
 drivers/infiniband/sw/rxe/rxe_verbs.c | 42 +++++++--------------------
 drivers/infiniband/sw/rxe/rxe_verbs.h |  3 +-
 7 files changed, 25 insertions(+), 48 deletions(-)

-- 
2.25.1




^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] RDMA/rxe: Do some cleanup
@ 2021-08-23  9:08 Xiao Yang
  0 siblings, 0 replies; 7+ messages in thread
From: Xiao Yang @ 2021-08-23  9:08 UTC (permalink / raw)
  To: linux-rdma; +Cc: rpearsonhpe, zyjzyj2000, jgg, leon, Xiao Yang

Xiao Yang (3):
  RDMA/rxe: Remove unnecessary check for qp->is_user/cq->is_user
  RDMA/rxe: Remove the common is_user member of struct rxe_qp
  RDMA/rxe: Change the is_user member of struct rxe_cq to bool

 drivers/infiniband/sw/rxe/rxe_comp.c  |  6 ++--
 drivers/infiniband/sw/rxe/rxe_cq.c    |  3 +-
 drivers/infiniband/sw/rxe/rxe_qp.c    |  5 ++--
 drivers/infiniband/sw/rxe/rxe_req.c   |  4 +--
 drivers/infiniband/sw/rxe/rxe_resp.c  | 10 +++----
 drivers/infiniband/sw/rxe/rxe_verbs.c | 42 +++++++--------------------
 drivers/infiniband/sw/rxe/rxe_verbs.h |  3 +-
 7 files changed, 25 insertions(+), 48 deletions(-)

-- 
2.25.1




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

end of thread, other threads:[~2021-08-30  1:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-23  9:22 [PATCH 0/3] RDMA/rxe: Do some cleanup Xiao Yang
2021-08-23  9:22 ` [PATCH 1/3] RDMA/rxe: Remove unnecessary check for qp->is_user/cq->is_user Xiao Yang
2021-08-23  9:22 ` [PATCH 2/3] RDMA/rxe: Remove the common is_user member of struct rxe_qp Xiao Yang
2021-08-23  9:22 ` [PATCH 3/3] RDMA/rxe: Change the is_user member of struct rxe_cq to bool Xiao Yang
2021-08-27 14:25 ` [PATCH 0/3] RDMA/rxe: Do some cleanup Jason Gunthorpe
2021-08-30  1:41   ` yangx.jy
  -- strict thread matches above, loose matches on Subject: below --
2021-08-23  9:08 Xiao Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox