Project

General

Profile

Wiki » History » Version 5

Brian Smith, 05/19/2022 07:56 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 5 Brian Smith
_Note_: On RHEL, the path is `/usr/sbin/rdma`.
30
31 4 Brian Smith
32 3 Brian Smith
{{lastupdated_by}} {{lastupdated_at}}
33
34
{{comment_form}}
35
{{comments}}