diff options
| -rw-r--r-- | Documentation/filesystems/nfs/nfs-rdma.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/filesystems/nfs/nfs-rdma.txt b/Documentation/filesystems/nfs/nfs-rdma.txt index 724043858b08..95c13aa575ff 100644 --- a/Documentation/filesystems/nfs/nfs-rdma.txt +++ b/Documentation/filesystems/nfs/nfs-rdma.txt | |||
| @@ -187,8 +187,10 @@ Check RDMA and NFS Setup | |||
| 187 | To further test the InfiniBand software stack, use IPoIB (this | 187 | To further test the InfiniBand software stack, use IPoIB (this |
| 188 | assumes you have two IB hosts named host1 and host2): | 188 | assumes you have two IB hosts named host1 and host2): |
| 189 | 189 | ||
| 190 | host1$ ifconfig ib0 a.b.c.x | 190 | host1$ ip link set dev ib0 up |
| 191 | host2$ ifconfig ib0 a.b.c.y | 191 | host1$ ip address add dev ib0 a.b.c.x |
| 192 | host2$ ip link set dev ib0 up | ||
| 193 | host2$ ip address add dev ib0 a.b.c.y | ||
| 192 | host1$ ping a.b.c.y | 194 | host1$ ping a.b.c.y |
| 193 | host2$ ping a.b.c.x | 195 | host2$ ping a.b.c.x |
| 194 | 196 | ||
| @@ -229,7 +231,8 @@ NFS/RDMA Setup | |||
| 229 | 231 | ||
| 230 | $ modprobe ib_mthca | 232 | $ modprobe ib_mthca |
| 231 | $ modprobe ib_ipoib | 233 | $ modprobe ib_ipoib |
| 232 | $ ifconfig ib0 a.b.c.d | 234 | $ ip li set dev ib0 up |
| 235 | $ ip addr add dev ib0 a.b.c.d | ||
| 233 | 236 | ||
| 234 | NOTE: use unique addresses for the client and server | 237 | NOTE: use unique addresses for the client and server |
| 235 | 238 | ||
