Project

General

Profile

Actions

Wiki » History » Revision 4

« Previous | Revision 4/5 (diff) | Next »
Brian Smith, 05/19/2022 07:55 PM


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

Brian Smith Updated almost 2 years ago


    Updated by Brian Smith almost 2 years ago · 4 revisions