Skip to content

Commit

Permalink
Load intel_auxiliary.ko when required
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed May 2, 2024
1 parent defeb55 commit de5b421
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/intel/i40e/i40e-2.24.6-zc/src/load_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ modprobe ptp
modprobe vxlan
modprobe configfs

INTEL_AUX=./intel_auxiliary.ko
if [ -f $INTEL_AUX ]; then
insmod $INTEL_AUX
fi

# Load the driver
insmod ./i40e.ko

Expand Down

0 comments on commit de5b421

Please sign in to comment.