All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH,RFC 00/02] xprtrdma: Client Fast Memory Registration Support
@ 2008-08-13 16:17 Tom Tucker
  0 siblings, 0 replies; only message in thread
From: Tom Tucker @ 2008-08-13 16:17 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: Tom Talpey, linux-nfs


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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-13 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13 16:17 [PATCH,RFC 00/02] xprtrdma: Client Fast Memory Registration Support Tom Tucker

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.