Hi Al,
> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Al Patel > Sent: Wednesday, March 30, 2016 1:14 AM > To: Yigit, Ferruh > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] Issue with binding NIC of type 82545EM to dpdk > > Ferruh, > > On my fedora23, I don't have igb_uio > > # modprobe igb_uio > modprobe: FATAL: Module igb_uio not found in directory > /lib/modules/4.4.6-300.fc23.x86_64 After compiling dpdk, normally you can find igb_uio here, dpdk/x86_64-native-linuxapp-gcc/kmod/igb_uio.ko. Please refer http://www.dpdk.org/doc/guides/linux_gsg/build_dpdk.html.