mbox series

[0/3] RDMA/rxe: Do some cleanup

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

Message

Xiao Yang Aug. 23, 2021, 9:22 a.m. UTC
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(-)

Comments

Jason Gunthorpe Aug. 27, 2021, 2:25 p.m. UTC | #1
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
Xiao Yang Aug. 30, 2021, 1:41 a.m. UTC | #2
On 2021/8/27 22:25, Jason Gunthorpe wrote:
> 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
Hi Jason,

It is fine to me.  Thanks for your remind.

Best Regards,
Xiao Yang