aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
author\"Talpey, Thomas\ <Thomas.Talpey@netapp.com>2007-09-10 13:49:15 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2007-10-09 17:17:57 -0400
commitc3a57ed7471a17b07844d531534d970b84b69faf (patch)
tree6457a4dfea6a849ec821c1e013f97f211713fe93 /fs/Kconfig
parent56928edd5afb51d684c38c0bed56594e93ffe4c7 (diff)
RPCRDMA: Kconfig and header file with rpcrdma protocol definitions
This file implements the configuration target, protocol template and constants for the rpcrdma transport framing, for use by the xprtrdma rpc transport implementation. Signed-off-by: Tom Talpey <talpey@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index f9eed6d79066..b9808bba5722 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1728,6 +1728,14 @@ config SUNRPC
1728config SUNRPC_GSS 1728config SUNRPC_GSS
1729 tristate 1729 tristate
1730 1730
1731config SUNRPC_XPRT_RDMA
1732 tristate "RDMA transport for sunrpc (EXPERIMENTAL)"
1733 depends on SUNRPC && EXPERIMENTAL
1734 default m
1735 help
1736 Adds a client RPC transport for supporting kernel NFS over RDMA
1737 mounts, including Infiniband and iWARP. Experimental.
1738
1731config SUNRPC_BIND34 1739config SUNRPC_BIND34
1732 bool "Support for rpcbind versions 3 & 4 (EXPERIMENTAL)" 1740 bool "Support for rpcbind versions 3 & 4 (EXPERIMENTAL)"
1733 depends on SUNRPC && EXPERIMENTAL 1741 depends on SUNRPC && EXPERIMENTAL