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 46903c7 commit 41867e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
apt-get update && apt-get install -y build-essential
apt search linux-headers-`uname -r`
make -C rxe rxe
sudo dmesg -c && echo "----------------------------------------"
sudo modprobe rdma_cm udp_tunnel ip6_udp_tunnel ib_uverbs
sudo lsmod
sudo dmesg -c && echo "----------------------------------------"
sudo insmod -f ./rxe/rdma_rxe.ko || sudo dmesg
sudo insmod ./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 41867e5

Please sign in to comment.