Skip to content

Commit

Permalink
Fix
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 3b48ea5 commit 8b62d75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
apt search linux-headers-`uname -r`
make -C rxe rxe
sudo modprobe rdma_cm udp_tunnel ip6_udp_tunnel ib_uverbs
sudo insmod ./rxe/rdma_rxe.ko
sudo lsmod
sudo insmod -f ./rxe/rdma_rxe.ko
sudo dmesg
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 8b62d75

Please sign in to comment.