Project

General

Profile

Wiki » History » Revision 4

Revision 3 (Brian Smith, 07/15/2016 03:55 PM) → Revision 4/5 (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 
 ``` 


 {{lastupdated_by}} {{lastupdated_at}} 

 {{comment_form}} 
 {{comments}}