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 ca37a55 commit 6eda5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
make -C rxe rxe
sudo modprobe rdma_cm udp_tunnel ip6_udp_tunnel ib_uverbs
sudo lsmod
sudo insmod -f ./rxe/rdma_rxe.ko; ls
sudo insmod -f ./rxe/rdma_rxe.ko || ls
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 6eda5f3

Please sign in to comment.