Wiki » History » Version 4
Brian Smith, 05/19/2022 07:55 PM
1 | 1 | Brian Smith | # Wiki |
---|---|---|---|
2 | |||
3 | 2 | Brian Smith | GIT repository is at https://github.com/orgs/SoftRoCE |
4 | 3 | Brian Smith | |
5 | 4 | Brian Smith | |
6 | ## Soft RoCE (rxe) configuration |
||
7 | |||
8 | rdma-core >= 28 has removed the rxe_cfg script. |
||
9 | |||
10 | Configure the rxe device with: |
||
11 | |||
12 | ``` |
||
13 | # /usr/bin/rdma link add rxe0 type rxe netdev ens3 |
||
14 | ``` |
||
15 | |||
16 | Or use a systemd unit /etc/systemd/system/rxe.service: |
||
17 | |||
18 | ``` |
||
19 | [Unit] |
||
20 | Description=create rxe0 |
||
21 | |||
22 | [Service] |
||
23 | ExecStart=/usr/bin/rdma link add rxe0 type rxe netdev ens3 |
||
24 | |||
25 | [Install] |
||
26 | WantedBy=multi-user.target |
||
27 | ``` |
||
28 | |||
29 | |||
30 | 3 | Brian Smith | {{lastupdated_by}} {{lastupdated_at}} |
31 | |||
32 | {{comment_form}} |
||
33 | {{comments}} |