diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-09-07 14:25:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-09-07 18:21:13 -0400 |
commit | 731d5cca82729c85ca3296902a64836619f4ba2d (patch) | |
tree | e1dce46c5af67ea044fd7568454c0be0fd72ddaf /Documentation | |
parent | 0024d6e9fd61eefb3915749827ff005db7ce5084 (diff) |
Documentation: NFS/RDMA: Document separate Kconfig symbols
The NFS/RDMA Kconfig symbol was split into separate options for client
and server in commit 2e8c12e1b765 ("xprtrdma: add separate Kconfig
options for NFSoRDMA client and server support").
Update the documentation to reflect this split.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/nfs/nfs-rdma.txt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Documentation/filesystems/nfs/nfs-rdma.txt b/Documentation/filesystems/nfs/nfs-rdma.txt index e386f7e4bcee..724043858b08 100644 --- a/Documentation/filesystems/nfs/nfs-rdma.txt +++ b/Documentation/filesystems/nfs/nfs-rdma.txt | |||
@@ -138,9 +138,9 @@ Installation | |||
138 | - Build, install, reboot | 138 | - Build, install, reboot |
139 | 139 | ||
140 | The NFS/RDMA code will be enabled automatically if NFS and RDMA | 140 | The NFS/RDMA code will be enabled automatically if NFS and RDMA |
141 | are turned on. The NFS/RDMA client and server are configured via the hidden | 141 | are turned on. The NFS/RDMA client and server are configured via the |
142 | SUNRPC_XPRT_RDMA config option that depends on SUNRPC and INFINIBAND. The | 142 | SUNRPC_XPRT_RDMA_CLIENT and SUNRPC_XPRT_RDMA_SERVER config options that both |
143 | value of SUNRPC_XPRT_RDMA will be: | 143 | depend on SUNRPC and INFINIBAND. The default value of both options will be: |
144 | 144 | ||
145 | - N if either SUNRPC or INFINIBAND are N, in this case the NFS/RDMA client | 145 | - N if either SUNRPC or INFINIBAND are N, in this case the NFS/RDMA client |
146 | and server will not be built | 146 | and server will not be built |
@@ -235,8 +235,9 @@ NFS/RDMA Setup | |||
235 | 235 | ||
236 | - Start the NFS server | 236 | - Start the NFS server |
237 | 237 | ||
238 | If the NFS/RDMA server was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in | 238 | If the NFS/RDMA server was built as a module |
239 | kernel config), load the RDMA transport module: | 239 | (CONFIG_SUNRPC_XPRT_RDMA_SERVER=m in kernel config), load the RDMA |
240 | transport module: | ||
240 | 241 | ||
241 | $ modprobe svcrdma | 242 | $ modprobe svcrdma |
242 | 243 | ||
@@ -255,8 +256,9 @@ NFS/RDMA Setup | |||
255 | 256 | ||
256 | - On the client system | 257 | - On the client system |
257 | 258 | ||
258 | If the NFS/RDMA client was built as a module (CONFIG_SUNRPC_XPRT_RDMA=m in | 259 | If the NFS/RDMA client was built as a module |
259 | kernel config), load the RDMA client module: | 260 | (CONFIG_SUNRPC_XPRT_RDMA_CLIENT=m in kernel config), load the RDMA client |
261 | module: | ||
260 | 262 | ||
261 | $ modprobe xprtrdma.ko | 263 | $ modprobe xprtrdma.ko |
262 | 264 | ||