|
@@ -48,28 +48,16 @@ config SUNRPC_DEBUG
|
|
|
|
|
|
If unsure, say Y.
|
|
|
|
|
|
-config SUNRPC_XPRT_RDMA_CLIENT
|
|
|
- tristate "RPC over RDMA Client Support"
|
|
|
+config SUNRPC_XPRT_RDMA
|
|
|
+ tristate "RPC-over-RDMA transport"
|
|
|
depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS
|
|
|
default SUNRPC && INFINIBAND
|
|
|
help
|
|
|
- This option allows the NFS client to support an RDMA-enabled
|
|
|
- transport.
|
|
|
+ This option allows the NFS client and server to use RDMA
|
|
|
+ transports (InfiniBand, iWARP, or RoCE).
|
|
|
|
|
|
- To compile RPC client RDMA transport support as a module,
|
|
|
- choose M here: the module will be called xprtrdma.
|
|
|
+ To compile this support as a module, choose M. The module
|
|
|
+ will be called rpcrdma.ko.
|
|
|
|
|
|
- If unsure, say N.
|
|
|
-
|
|
|
-config SUNRPC_XPRT_RDMA_SERVER
|
|
|
- tristate "RPC over RDMA Server Support"
|
|
|
- depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS
|
|
|
- default SUNRPC && INFINIBAND
|
|
|
- help
|
|
|
- This option allows the NFS server to support an RDMA-enabled
|
|
|
- transport.
|
|
|
-
|
|
|
- To compile RPC server RDMA transport support as a module,
|
|
|
- choose M here: the module will be called svcrdma.
|
|
|
-
|
|
|
- If unsure, say N.
|
|
|
+ If unsure, or you know there is no RDMA capability on your
|
|
|
+ hardware platform, say N.
|