提交 731d5cca 编写于 作者: P Paul Bolle 提交者: Linus Torvalds

Documentation: NFS/RDMA: Document separate Kconfig symbols

The NFS/RDMA Kconfig symbol was split into separate options for client
and server in commit 2e8c12e1 ("xprtrdma: add separate Kconfig
options for NFSoRDMA client and server support").

Update the documentation to reflect this split.
Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
Reviewed-by: NJeff Layton <jlayton@redhat.com>
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@redhat.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 0024d6e9
...@@ -138,9 +138,9 @@ Installation ...@@ -138,9 +138,9 @@ Installation
- Build, install, reboot - Build, install, reboot
The NFS/RDMA code will be enabled automatically if NFS and RDMA 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 are turned on. The NFS/RDMA client and server are configured via the
SUNRPC_XPRT_RDMA config option that depends on SUNRPC and INFINIBAND. The SUNRPC_XPRT_RDMA_CLIENT and SUNRPC_XPRT_RDMA_SERVER config options that both
value of SUNRPC_XPRT_RDMA will be: 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 - N if either SUNRPC or INFINIBAND are N, in this case the NFS/RDMA client
and server will not be built and server will not be built
...@@ -235,8 +235,9 @@ NFS/RDMA Setup ...@@ -235,8 +235,9 @@ NFS/RDMA Setup
- Start the NFS server - Start the NFS server
If the NFS/RDMA server was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in If the NFS/RDMA server was built as a module
kernel config), load the RDMA transport module: (CONFIG_SUNRPC_XPRT_RDMA_SERVER=m in kernel config), load the RDMA
transport module:
$ modprobe svcrdma $ modprobe svcrdma
...@@ -255,8 +256,9 @@ NFS/RDMA Setup ...@@ -255,8 +256,9 @@ NFS/RDMA Setup
- On the client system - On the client system
If the NFS/RDMA client was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in If the NFS/RDMA client was built as a module
kernel config), load the RDMA client module: (CONFIG_SUNRPC_XPRT_RDMA_CLIENT=m in kernel config), load the RDMA client
module:
$ modprobe xprtrdma.ko $ modprobe xprtrdma.ko
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册