From: Cheng Xu <chengyou@linux.alibaba.com>
To: jgg@ziepe.ca, leon@kernel.org
Cc: linux-rdma@vger.kernel.org, KaiShen@linux.alibaba.com
Subject: Re: [PATCH for-next 0/4] RDMA/erdma: Support non-contiguous kernel queue buffers
Date: Thu, 27 Aug 2026 15:51:14 +0800 [thread overview]
Message-ID: <450d60e7-025e-4930-e6bc-6cb9d4c55448@linux.alibaba.com> (raw)
In-Reply-To: <20260825124515.99370-1-chengyou@linux.alibaba.com>
On 8/25/26 8:45 PM, Cheng Xu wrote:
> Hi,
>
> This small patchset introduces support for non-contiguous kernel queue
> buffers. Kernel QP and CQ buffers currently use a single coherent DMA
> allocation, which can fail for large queues when memory is fragmented.
> To address this, we allocate page-sized coherent buffers and describe
> them with the existing MTT.
>
> - #1 adds support for non-contiguous kernel QP buffers.
> - #2 adds support for non-contiguous kernel CQ buffers.
> - #3 unifies userspace and kernel space queue buffer management.
> - #4 moves kernel QP helpers after the shared memory helpers.
>
> Thanks,
> Cheng Xu
>
> Cheng Xu (4):
> RDMA/erdma: Support non-contiguous kernel QP buffers
> RDMA/erdma: Support non-contiguous kernel CQ buffers
> RDMA/erdma: Unify userspace and kernel queue buffer management
> RDMA/erdma: Move kernel QP helpers after memory helpers
>
Hi,
I found some formatting issues in this patchset. Please ignore it, and I
will send a v2.
Sorry for the noise.
Thanks,
Cheng Xu
> drivers/infiniband/hw/erdma/erdma_cq.c | 19 +-
> drivers/infiniband/hw/erdma/erdma_qp.c | 38 +-
> drivers/infiniband/hw/erdma/erdma_verbs.c | 579 +++++++++++++---------
> drivers/infiniband/hw/erdma/erdma_verbs.h | 64 ++-
> 4 files changed, 420 insertions(+), 280 deletions(-)
>
prev parent reply other threads:[~2026-08-27 7:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-25 12:45 [PATCH for-next 0/4] RDMA/erdma: Support non-contiguous kernel queue buffers Cheng Xu
2026-08-25 12:45 ` [PATCH for-next 1/4] RDMA/erdma: Support non-contiguous kernel QP buffers Cheng Xu
2026-08-25 12:45 ` [PATCH for-next 2/4] RDMA/erdma: Support non-contiguous kernel CQ buffers Cheng Xu
2026-08-25 12:45 ` [PATCH for-next 3/4] RDMA/erdma: Unify userspace and kernel queue buffer management Cheng Xu
2026-08-25 12:45 ` [PATCH for-next 4/4] RDMA/erdma: Move kernel QP helpers after memory helpers Cheng Xu
2026-08-27 7:51 ` Cheng Xu [this message]
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=450d60e7-025e-4930-e6bc-6cb9d4c55448@linux.alibaba.com \
--to=chengyou@linux.alibaba.com \
--cc=KaiShen@linux.alibaba.com \
--cc=jgg@ziepe.ca \
--cc=leon@kernel.org \
--cc=linux-rdma@vger.kernel.org \
/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