All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 rdma-core 0/2] libhns: Add support for direct wqe
@ 2021-11-16 15:03 Wenpeng Liang
  2021-11-16 15:03 ` [PATCH v2 rdma-core 1/2] Update kernel headers Wenpeng Liang
  2021-11-16 15:03 ` [PATCH v2 rdma-core 2/2] libhns: Add support for direct wqe Wenpeng Liang
  0 siblings, 2 replies; 6+ messages in thread
From: Wenpeng Liang @ 2021-11-16 15:03 UTC (permalink / raw)
  To: leon, jgg; +Cc: linux-rdma, linuxarm

Direct wqe is a mechanism to fill wqe directly into the hardware. In the
case of light load, the wqe will be filled into pcie bar space of the
hardware, this will reduce one memory access operation and therefore reduce
the latency.

The kernel parts is named "RDMA/hns: Support direct WQE of userspace".

Changes since v1:
* Changed the mapping scheme of direct wqe.
* Use SIMD instructions to load and store dwqe data, and encapsulate instructions into macros.
* Link: https://patchwork.kernel.org/project/linux-rdma/cover/1622194379-59868-1-git-send-email-liweihang@huawei.com/

Wenpeng Liang (1):
  Update kernel headers

Yixing Liu (1):
  libhns: Add support for direct wqe

 kernel-headers/rdma/hns-abi.h       |  2 ++
 kernel-headers/rdma/rdma_netlink.h  |  5 ++++
 kernel-headers/rdma/rdma_user_rxe.h | 14 +++++++--
 providers/hns/hns_roce_u.h          |  5 +++-
 providers/hns/hns_roce_u_hw_v2.c    | 44 +++++++++++++++++++++++------
 providers/hns/hns_roce_u_hw_v2.h    | 31 +++++++++++---------
 providers/hns/hns_roce_u_verbs.c    | 26 +++++++++++++++--
 util/mmio.h                         | 27 +++++++++++++++++-
 8 files changed, 125 insertions(+), 29 deletions(-)

--
2.33.0


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

end of thread, other threads:[~2021-11-17 14:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-16 15:03 [PATCH v2 rdma-core 0/2] libhns: Add support for direct wqe Wenpeng Liang
2021-11-16 15:03 ` [PATCH v2 rdma-core 1/2] Update kernel headers Wenpeng Liang
2021-11-16 15:31   ` Wenpeng Liang
2021-11-16 19:57     ` Jason Gunthorpe
2021-11-17 14:24     ` Leon Romanovsky
2021-11-16 15:03 ` [PATCH v2 rdma-core 2/2] libhns: Add support for direct wqe Wenpeng Liang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.