From: Tom Tucker <tom@opengridcomputing.com>
To: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Tom Talpey <Thomas.Talpey@netapp.com>, linux-nfs@vger.kernel.org
Subject: [PATCH,RFC 00/02] xprtrdma: Client Fast Memory Registration Support
Date: Wed, 13 Aug 2008 11:17:21 -0500 [thread overview]
Message-ID: <48A30911.90903@opengridcomputing.com> (raw)
This set of patches implements support for Fast Memory Registration in
the NFS client. Fast Memory Registration is enabled by writing 6 to
the rdma_memreg_strategy proc file as follows:
# echo 6 > /proc/sys/sunrpc/rdma_memreg_strategy
If Fast Memory Registration is not supported by the device, the
memory registration strategy reverts to a global default that
is supported by all RDMA adapters.
This patches are also available here:
git://git.linux-nfs.org/projects/tomtucker/xprt-switch-2.6.git
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
[PATCH 01/02] xprtrdma: Add data types to support FRMR
include/linux/sunrpc/xprtrdma.h | 1 +
net/sunrpc/xprtrdma/xprt_rdma.h | 10 +++++++++-
2 files changed, 10 insertions(+), 1 deletions(-)
[PATCH 02/02] xprtrdma: Update the RPC memory registration to use FRMR
net/sunrpc/xprtrdma/verbs.c | 296 ++++++++++++++++++++++++++++++++++++++-----
1 files changed, 263 insertions(+), 33 deletions(-)
reply other threads:[~2008-08-13 16:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=48A30911.90903@opengridcomputing.com \
--to=tom@opengridcomputing.com \
--cc=Thomas.Talpey@netapp.com \
--cc=linux-nfs@vger.kernel.org \
--cc=trond.myklebust@fys.uio.no \
/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