Re: [PATCH for-next 0/3] Refactor rq inline and add cqe inline

From: Leon Romanovsky
Date: Wed Dec 28 2022 - 07:28:37 EST


On Sat, Dec 24, 2022 at 06:21:58PM +0800, Haoyue Xu wrote:
> The patchset mainly removes the kernel space
> rq inline features and supports cqe inline in user space.
>
> Luoyouming (3):
> RDMA/hns: Remove rq inline in kernel
> RDMA/hns: Add compatibility handling for only support userspace rq
> inline
> RDMA/hns: Support cqe inline in user space
>
> drivers/infiniband/hw/hns/hns_roce_device.h | 19 +---
> drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 109 ++++++--------------
> drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 3 +-
> drivers/infiniband/hw/hns/hns_roce_main.c | 12 +++
> drivers/infiniband/hw/hns/hns_roce_qp.c | 66 +-----------
> include/uapi/rdma/hns-abi.h | 4 +

Your commit messages are too scarce for patches which touch UAPI.
Please add more details about why you deleted, what users should do next
and what are the features you are adding,

Thanks

> 6 files changed, 54 insertions(+), 159 deletions(-)
>
> --
> 2.30.0
>