Skip to content

Commit

Permalink
Add rxe dependent kmod
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 da8ed48 commit 3b48ea5
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 @@ -15,7 +15,7 @@ jobs:
apt-get update && apt-get install -y build-essential
apt search linux-headers-`uname -r`
make -C rxe rxe
sudo modprobe rdma_cm
sudo modprobe rdma_cm udp_tunnel ip6_udp_tunnel ib_uverbs
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 3b48ea5

Please sign in to comment.