Skip to content

Commit

Permalink
Fix ddp version
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Oct 10, 2023
1 parent 33af829 commit be80fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/intel/ice/ice-1.12.7-zc/src/load_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ insmod ../../../../../kernel/pf_ring.ko
#modprobe configfs

mkdir -p /lib/firmware/updates/intel/ice/ddp
cp -f ../ddp/ice-1.3.30.0.pkg /lib/firmware/updates/intel/ice/ddp/ice.pkg
cp -f ../ddp/ice-1.3.35.0.pkg /lib/firmware/updates/intel/ice/ddp/ice.pkg

# Load the driver
insmod ./ice.ko RSS=1,1
Expand Down

0 comments on commit be80fde

Please sign in to comment.