Actions
Wiki¶
GIT repository is at https://github.com/orgs/SoftRoCE
Soft RoCE (rxe) configuration¶
rdma-core >= 28 has removed the rxe_cfg script.
Configure the rxe device with:
# /usr/bin/rdma link add rxe0 type rxe netdev ens3
Or use a systemd unit /etc/systemd/system/rxe.service:
[Unit] Description=create rxe0 [Service] ExecStart=/usr/bin/rdma link add rxe0 type rxe netdev ens3 [Install] WantedBy=multi-user.target
Note: On RHEL, the path is /usr/sbin/rdma
.
Brian Smith Updated over 2 years ago
Updated by Brian Smith over 2 years ago ยท 5 revisions