Skip to content

Commit

Permalink
Merge pull request linux-rdma#625 from amzn/doc-fix-pr
Browse files Browse the repository at this point in the history
Documentation fixes
  • Loading branch information
rleon committed Nov 21, 2019
2 parents 2f88815 + 6d56e68 commit d9a77c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Documentation/udev.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

The RDMA subsystem relies on the kernel, udev and systemd to load modules on
demand when RDMA hardware is present. The RDMA subsystem is unique since it
does not do not load the optional RDMA hardware modules unless the system has
the rdma-core package installed.
does not load the optional RDMA hardware modules unless the system has the
rdma-core package installed.

This is to avoid exposing systems not using RDMA from having RDMA enabled, for
instance if a system has a multi-protocol ethernet adapter, but is only using
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,13 @@ for the 'cmake' command.
# Usage

To set up software RDMA on an existing interface with either of the available
driver, use the following commands, substituting `<DRIVER>` with the name of the
driver of your choice (`rxe` or `siw`)
drivers, use the following commands, substituting `<DRIVER>` with the name of
the driver of your choice (`rdma_rxe` or `siw`) and `<TYPE>` with the type
corresponding to the driver (`rxe` or `siw`).

```
# modprobe <DRIVER>
# rdma link add <NAME> type <DRIVER> netdev <DEVICE>
# rdma link add <NAME> type <TYPE> netdev <DEVICE>
```

Please note that you need version of `iproute2` recent enough is required for the
Expand Down

0 comments on commit d9a77c4

Please sign in to comment.