Skip to content

Commit

Permalink
insmod rxe
Browse files Browse the repository at this point in the history
Signed-off-by: zhenwei pi <[email protected]>
  • Loading branch information
pizhenwei committed Jul 5, 2024
1 parent 604300c commit da8ed48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run: |
apt-get update && apt-get install -y build-essential
apt search linux-headers-`uname -r`
apt search ofed
apt search rxe
make -C rxe rxe
sudo modprobe rdma_cm
ls /sys/class
lsmod | grep rdma
sudo insmod ./rxe/rdma_rxe.ko
sudo rdma link add rxe0 type rxe netdev `ip a | grep -E "^2: " | tr ":" " " | awk '{print $2}'`
ls /sys/class/infiniband

0 comments on commit da8ed48

Please sign in to comment.