Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH for-rc 0/5] Fix sge_num bug and add cqe inline, refactor rq inline
@ 2022-10-25 10:52 Haoyue Xu
  2022-10-25 10:52 ` [PATCH 1/5] RDMA/hns: Fix ext_sge num error when post send Haoyue Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Haoyue Xu @ 2022-10-25 10:52 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, linuxarm, xuhaoyue1

From: Luoyouming <luoyouming@huawei.com>

The patchset mainly fixes and refactors the code relate
to inline features and supports cqe inline in user space.
1.#1-2: Fix the problem of sge
2.#3-4: Remove enable rq inline in kernel and add compatibility handling
3.#5: Support CQE inline in user space

The user space part is named "libhns: Support cqe inline,
handle rq inline compatibility, fix sge_num bug".

Luoyouming (5):
  RDMA/hns: Fix ext_sge num error when post send
  RDMA/hns: Fix the problem of sge nums
  RDMA/hns: Remove enable rq inline in kernel and add compatibility
    handling
  RDMA/hns: Support cqe inline in user space
  RDMA/hns: Remove rq inline in kernel

 drivers/infiniband/hw/hns/hns_roce_device.h |  26 +--
 drivers/infiniband/hw/hns/hns_roce_hw_v2.c  |  93 ++++------
 drivers/infiniband/hw/hns/hns_roce_hw_v2.h  |   3 +-
 drivers/infiniband/hw/hns/hns_roce_main.c   |  28 ++-
 drivers/infiniband/hw/hns/hns_roce_qp.c     | 180 +++++++++++---------
 include/uapi/rdma/hns-abi.h                 |  21 +++
 6 files changed, 186 insertions(+), 165 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-26  8:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-25 10:52 [PATCH for-rc 0/5] Fix sge_num bug and add cqe inline, refactor rq inline Haoyue Xu
2022-10-25 10:52 ` [PATCH 1/5] RDMA/hns: Fix ext_sge num error when post send Haoyue Xu
2022-10-25 10:52 ` [PATCH 2/5] RDMA/hns: Fix the problem of sge nums Haoyue Xu
2022-10-25 12:47   ` kernel test robot
2022-10-26  8:47     ` xuhaoyue (A)
2022-10-25 10:52 ` [PATCH 3/5] RDMA/hns: Remove enable rq inline in kernel and add compatibility handling Haoyue Xu
2022-10-25 10:52 ` [PATCH 4/5] RDMA/hns: Remove rq inline in kernel Haoyue Xu
2022-10-25 10:52 ` [PATCH 5/5] RDMA/hns: Support cqe inline in user space Haoyue Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox