mbox series

[v4,0/4] RDMA/rxe: Do some cleanup

Message ID 20210930094813.226888-1-yangx.jy@fujitsu.com (mailing list archive)
Headers show
Series RDMA/rxe: Do some cleanup | expand

Message

Xiao Yang Sept. 30, 2021, 9:48 a.m. UTC
V3->V4:
1) Rebase on the latest for-next branch.
2) Remove [PATCH v3 1/5].
3) Update [PATCH v3 2/5] to remove the is_user members of
   struct rxe_sq/rxe_rq/rxe_srq.

Xiao Yang (4):
  RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srq
  RDMA/rxe: Change the is_user member of struct rxe_cq to bool
  RDMA/rxe: Set partial attributes when completion status !=
    IBV_WC_SUCCESS
  RDMA/rxe: Remove duplicate settings

 drivers/infiniband/sw/rxe/rxe_comp.c  | 45 +++++++++++++++------------
 drivers/infiniband/sw/rxe/rxe_cq.c    |  3 +-
 drivers/infiniband/sw/rxe/rxe_qp.c    |  2 --
 drivers/infiniband/sw/rxe/rxe_resp.c  |  4 ---
 drivers/infiniband/sw/rxe/rxe_srq.c   |  1 -
 drivers/infiniband/sw/rxe/rxe_verbs.c |  3 --
 drivers/infiniband/sw/rxe/rxe_verbs.h |  5 +--
 7 files changed, 27 insertions(+), 36 deletions(-)

Comments

Jason Gunthorpe Oct. 6, 2021, 10:46 p.m. UTC | #1
On Thu, Sep 30, 2021 at 05:48:09PM +0800, Xiao Yang wrote:
> V3->V4:
> 1) Rebase on the latest for-next branch.
> 2) Remove [PATCH v3 1/5].
> 3) Update [PATCH v3 2/5] to remove the is_user members of
>    struct rxe_sq/rxe_rq/rxe_srq.
> 
> Xiao Yang (4):
>   RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srq
>   RDMA/rxe: Change the is_user member of struct rxe_cq to bool
>   RDMA/rxe: Set partial attributes when completion status !=
>     IBV_WC_SUCCESS
>   RDMA/rxe: Remove duplicate settings

Applied to for-next, thanks

Jason