From: Jason Gunthorpe <jgg@nvidia.com>
To: Weihang Li <liweihang@huawei.com>
Cc: leon@kernel.org, linux-rdma@vger.kernel.org, linuxarm@huawei.com
Subject: Re: [PATCH rdma-core 0/6] libhns: Add support for Dynamic Context Attachment
Date: Fri, 4 Jun 2021 11:39:58 -0300 [thread overview]
Message-ID: <20210604143958.GA404564@nvidia.com> (raw)
In-Reply-To: <1620652384-34097-1-git-send-email-liweihang@huawei.com>
On Mon, May 10, 2021 at 09:12:58PM +0800, Weihang Li wrote:
> The HIP09 introduces the DCA(Dynamic Context Attachment) feature which
> supports many RC QPs to share the WQE buffer in a memory pool. If a QP
> enables DCA feature, the WQE's buffer will not be allocated when creating
> but when the users start to post WRs. This will reduce the memory
> consumption when there are too many QPs are inactive.
>
> For more detailed information, please refer to the man pages provided by
> the last patch of this series.
>
> This series is associated with the kernel one "RDMA/hns: Add support for
> Dynamic Context Attachment", and two RFC versions of this series has been
> sent before.
>
> No changes since RFC v2.
> * Link: https://patchwork.kernel.org/project/linux-rdma/cover/1614847759-33139-1-git-send-email-liweihang@huawei.com/
>
> Changes since RFC v1:
> * Add direct verbs to set the parameters about size that used to
> configuring DCA.
> * Add man pages to explain what is DCA, how does it works and how to use
> it.
> * Link: https://patchwork.kernel.org/project/linux-rdma/cover/1612667574-56673-1-git-send-email-liweihang@huawei.com/
>
> Weihang Li (1):
> Update kernel headers
>
> Xi Wang (5):
> libhns: Introduce DCA for RC QP
> libhns: Add support for shrinking DCA memory pool
> libhns: Add support for attaching QP's WQE buffer
> libhns: Add direct verbs support to config DCA
> libhns: Add man pages to introduce DCA feature
This should be sent on GitHub
Jason
next prev parent reply other threads:[~2021-06-04 14:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-10 13:12 [PATCH rdma-core 0/6] libhns: Add support for Dynamic Context Attachment Weihang Li
2021-05-10 13:12 ` [PATCH rdma-core 1/6] Update kernel headers Weihang Li
2021-05-10 13:13 ` [PATCH rdma-core 2/6] libhns: Introduce DCA for RC QP Weihang Li
2021-05-10 13:13 ` [PATCH rdma-core 3/6] libhns: Add support for shrinking DCA memory pool Weihang Li
2021-05-10 13:13 ` [PATCH rdma-core 4/6] libhns: Add support for attaching QP's WQE buffer Weihang Li
2021-05-10 13:13 ` [PATCH rdma-core 5/6] libhns: Add direct verbs support to config DCA Weihang Li
2021-05-10 13:13 ` [PATCH rdma-core 6/6] libhns: Add man pages to introduce DCA feature Weihang Li
2021-06-04 14:39 ` Jason Gunthorpe [this message]
2021-06-05 3:11 ` [PATCH rdma-core 0/6] libhns: Add support for Dynamic Context Attachment liweihang
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=20210604143958.GA404564@nvidia.com \
--to=jgg@nvidia.com \
--cc=leon@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=liweihang@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 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.