From: Weihang Li <liweihang@huawei.com>
To: <dledford@redhat.com>, <jgg@nvidia.com>
Cc: <leon@kernel.org>, <linux-rdma@vger.kernel.org>,
<linuxarm@huawei.com>, Weihang Li <liweihang@huawei.com>
Subject: [PATCH for-next 0/2] RDMA/hns: Add support for userspace Direct WQE
Date: Fri, 28 May 2021 17:19:03 +0800 [thread overview]
Message-ID: <1622193545-3281-1-git-send-email-liweihang@huawei.com> (raw)
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.
This series first refactor current uar mmap process to add branch for
direct wqe, then the feature is enabled.
The related userspace series is named "libhns: Add support for direct WQE".
Xi Wang (1):
RDMA/hns: Refactor hns uar mmap flow
Yixing Liu (1):
RDMA/hns: Support direct WQE of userspace
drivers/infiniband/hw/hns/hns_roce_device.h | 7 ++-
drivers/infiniband/hw/hns/hns_roce_main.c | 72 +++++++++++++++++++++++++++--
drivers/infiniband/hw/hns/hns_roce_pd.c | 8 +++-
drivers/infiniband/hw/hns/hns_roce_qp.c | 5 ++
include/uapi/rdma/hns-abi.h | 6 +++
5 files changed, 89 insertions(+), 9 deletions(-)
--
2.7.4
next reply other threads:[~2021-05-28 9:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-28 9:19 Weihang Li [this message]
2021-05-28 9:19 ` [PATCH for-next 1/2] RDMA/hns: Refactor hns uar mmap flow Weihang Li
2021-06-02 11:16 ` Leon Romanovsky
2021-06-03 3:12 ` liweihang
2021-05-28 9:19 ` [PATCH for-next 2/2] RDMA/hns: Support direct WQE of userspace Weihang Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1622193545-3281-1-git-send-email-liweihang@huawei.com \
--to=liweihang@huawei.com \
--cc=dledford@redhat.com \
--cc=jgg@nvidia.com \
--cc=leon@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linuxarm@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox