What is igb_uio

https://www.intel.com/content/www/us/en/developer/articles/guide/data-plane-development-kit-dpdk-getting-started.html

IGB UIO is a DPDK kernel module which deals with PCI enumeration and handles links status interrupts in user mode, instead of being handled by the kernel.

Updated: