Skip to content

Commit

Permalink
Documentation: NFS/RDMA: Document separate Kconfig symbols
Browse files Browse the repository at this point in the history
The NFS/RDMA Kconfig symbol was split into separate options for client
and server in commit 2e8c12e ("xprtrdma: add separate Kconfig
options for NFSoRDMA client and server support").

Update the documentation to reflect this split.

Signed-off-by: Paul Bolle <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Cc: "J. Bruce Fields" <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
pebolle authored and torvalds committed Sep 7, 2014
1 parent 0024d6e commit 731d5cc
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Documentation/filesystems/nfs/nfs-rdma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ Installation
- Build, install, reboot

The NFS/RDMA code will be enabled automatically if NFS and RDMA
are turned on. The NFS/RDMA client and server are configured via the hidden
SUNRPC_XPRT_RDMA config option that depends on SUNRPC and INFINIBAND. The
value of SUNRPC_XPRT_RDMA will be:
are turned on. The NFS/RDMA client and server are configured via the
SUNRPC_XPRT_RDMA_CLIENT and SUNRPC_XPRT_RDMA_SERVER config options that both
depend on SUNRPC and INFINIBAND. The default value of both options will be:

- N if either SUNRPC or INFINIBAND are N, in this case the NFS/RDMA client
and server will not be built
Expand Down Expand Up @@ -235,8 +235,9 @@ NFS/RDMA Setup

- Start the NFS server

If the NFS/RDMA server was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in
kernel config), load the RDMA transport module:
If the NFS/RDMA server was built as a module
(CONFIG_SUNRPC_XPRT_RDMA_SERVER=m in kernel config), load the RDMA
transport module:

$ modprobe svcrdma

Expand All @@ -255,8 +256,9 @@ NFS/RDMA Setup

- On the client system

If the NFS/RDMA client was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in
kernel config), load the RDMA client module:
If the NFS/RDMA client was built as a module
(CONFIG_SUNRPC_XPRT_RDMA_CLIENT=m in kernel config), load the RDMA client
module:

$ modprobe xprtrdma.ko

Expand Down

0 comments on commit 731d5cc

Please sign in to comment.