Load IGB_UIO modules
sudo modprobe uio
sudo insmod igb_uio. ko
Excribing errors:
insmod: ERROR: could not insert module igb_uio.ko: Invalid parameters
Solution:
First use uname -r
to view the current kernel version
Use modinfo IGB_uio.ko
check whether the vermagic field is consistent with the current kernel version, and find that it is inconsistent
Recompile the dpdk. After compilation, check the consistency