From: Leon Romanovsky <leon@kernel.org>
To: Chuck Lever <cel@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>, NeilBrown <neilb@ownmail.net>,
Jeff Layton <jlayton@kernel.org>,
Olga Kornievskaia <okorniev@redhat.com>,
Dai Ngo <dai.ngo@oracle.com>, Tom Talpey <tom@talpey.com>,
linux-nfs@vger.kernel.org, linux-rdma@vger.kernel.org,
Chuck Lever <chuck.lever@oracle.com>
Subject: Re: [PATCH v3 0/4] RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path
Date: Mon, 16 Mar 2026 22:15:58 +0200 [thread overview]
Message-ID: <20260316201558.GM61385@unreal> (raw)
In-Reply-To: <20260313194201.5818-1-cel@kernel.org>
On Fri, Mar 13, 2026 at 03:41:57PM -0400, Chuck Lever wrote:
> From: Chuck Lever <chuck.lever@oracle.com>
>
> This series now carries two MR exhaustion fixes and a proposal for
> using contiguous pages for RDMA Read sink buffers in svcrdma.
>
> Fixes for the MR exhaustion issues should go into 7.0-rc and stable,
> and the contiguous page patches can wait for the next merge window.
>
> Base commit: v7.0-rc3
> ---
> Changes since v2:
> - Fix similar exhaustion issue for SGL
> - Add patch that introduces svc_rqst_page_release
>
> Changes since v1:
> - Clarify code comments
> - Allocate contiguous pages for RDMA Read sink buffers
>
> Chuck Lever (4):
> RDMA/rw: Fall back to direct SGE on MR pool exhaustion
> RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path
I applied these two to wip/leon-for-rc.
Thanks
> SUNRPC: Add svc_rqst_page_release() helper
> svcrdma: Use contiguous pages for RDMA Read sink buffers
>
> drivers/infiniband/core/rw.c | 43 ++++--
> include/linux/sunrpc/svc.h | 15 ++
> net/sunrpc/svc.c | 7 +-
> net/sunrpc/svcsock.c | 2 +-
> net/sunrpc/xprtrdma/svc_rdma_rw.c | 220 ++++++++++++++++++++++++++++++
> 5 files changed, 268 insertions(+), 19 deletions(-)
>
> --
> 2.53.0
>
next prev parent reply other threads:[~2026-03-16 20:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-13 19:41 [PATCH v3 0/4] RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path Chuck Lever
2026-03-13 19:41 ` [PATCH v3 1/4] RDMA/rw: Fall back to direct SGE on MR pool exhaustion Chuck Lever
2026-03-17 14:24 ` Christoph Hellwig
2026-03-13 19:41 ` [PATCH v3 2/4] RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path Chuck Lever
2026-03-17 14:25 ` Christoph Hellwig
2026-03-13 19:42 ` [PATCH v3 3/4] SUNRPC: Add svc_rqst_page_release() helper Chuck Lever
2026-03-17 14:26 ` Christoph Hellwig
2026-03-13 19:42 ` [PATCH v3 4/4] svcrdma: Use contiguous pages for RDMA Read sink buffers Chuck Lever
2026-03-17 14:28 ` Christoph Hellwig
2026-03-17 15:26 ` Chuck Lever
2026-03-16 20:15 ` Leon Romanovsky [this message]
2026-03-16 20:24 ` [PATCH v3 0/4] RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path Chuck Lever
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=20260316201558.GM61385@unreal \
--to=leon@kernel.org \
--cc=cel@kernel.org \
--cc=chuck.lever@oracle.com \
--cc=dai.ngo@oracle.com \
--cc=hch@lst.de \
--cc=jlayton@kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=neilb@ownmail.net \
--cc=okorniev@redhat.com \
--cc=tom@talpey.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.