Skip to content

Commit efce9fc

Browse files
Amith Abrahamswelch
Amith Abraham
authored andcommitted
prov/cxi: fix cxi driver paths for CI
Unblock CI jobs that were failing due to using the old cxi driver paths Signed-off-by: Amith Abraham <[email protected]>
1 parent 4c46031 commit efce9fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

prov/cxi/test/startvm-setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ modprobe ptp
1717
modprobe iommu_v2 || modprobe amd_iommu_v2
1818
insmod $DBS_DIR/slingshot_base_link/cxi-sbl.ko
1919
insmod $DBS_DIR/sl-driver/knl/cxi-sl.ko
20-
insmod $DBS_DIR/cxi-driver/cxi/cxi-ss1.ko disable_default_svc=0
21-
insmod $DBS_DIR/cxi-driver/cxi/cxi-user.ko
22-
insmod $DBS_DIR/cxi-driver/cxi/cxi-eth.ko
20+
insmod $DBS_DIR/cxi-driver/drivers/net/ethernet/hpe/ss1/cxi-ss1.ko disable_default_svc=0
21+
insmod $DBS_DIR/cxi-driver/drivers/net/ethernet/hpe/ss1/cxi-user.ko
22+
insmod $DBS_DIR/cxi-driver/drivers/net/ethernet/hpe/ss1/cxi-eth.ko
2323
insmod $DBS_DIR/kdreg2/kdreg2.ko
2424

2525
# Sleep to wait for Ethernet interface to come up

0 commit comments

Comments
 (0)