On Mon, Aug 23, 2021 at 05:22:53PM +0800, Xiao Yang wrote: > 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(-) This will have to wait until v5.15-rc1 Jason