Hi > -----Original Message----- > From: users [mailto:[email protected]] On Behalf Of SAKTHIVEL > ANAND S > Sent: Thursday, July 20, 2017 3:05 PM > To: [email protected] > Subject: [dpdk-users] SR-IOV problem with dpdk drivers > > Hi > > I am facing problem when i tried to bring up my SR-IOV interfaces in to dpdk > compatible driver.. > could someone pls help where i have missed? > > ERROR: > > root@ubuntu:~# ./dpdk-devbind.py -b igb_uio 0b:00.0 > Error: bind failed for 0000:0b:00.0 - Cannot open > /sys/bus/pci/drivers/igb_uio/bind >
Is the igb_uio kernel module loaded? lsmod should say. If not, run 'modprobe igb_uio', then try again. > DPDK: 17.05.1 > ubuntu:16.04.2 > Nic: Intel XL710/X710 > -- > Thanks > Sakthivel S OM
