diff options
| -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 | ||
