Skip to content

Commit

Permalink
Fix for #659, fixed path to module
Browse files Browse the repository at this point in the history
  • Loading branch information
gshimansky committed Oct 15, 2019
1 parent 3b9809b commit 13657be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant/scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export CARD2=ens7
bindports ()
{
sudo modprobe uio
sudo insmod "$NFF_GO"/dpdk/dpdk/x86_64-native-linuxapp-gcc/kmod/igb_uio.ko
sudo insmod "$NFF_GO"/dpdk/dpdk/x86_64-native-linuxapp-gcc-install/lib/modules/$(uname -r)/extra/dpdk/igb_uio.ko
sudo "$NFF_GO"/dpdk/dpdk/usertools/dpdk-devbind.py --bind=igb_uio $NFF_GO_CARDS
}

Expand Down

0 comments on commit 13657be

Please sign in to comment.