Re: [PATCH v4 0/4] RDMA/rxe: Do some cleanup
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-10-06 22:46:44
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2021-10-06 22:46:44
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 settingsApplied to for-next, thanks Jason