> -----Original Message----- > From: users [mailto:users-bounces at dpdk.org] On Behalf Of Vamsi Kommana > Sent: Friday, October 23, 2015 8:03 AM > To: users at dpdk.org > Subject: [dpdk-users] DPDK-PKTGEN- Did not find any ports to use > > Other network devices > ===================== > <none> > [root at localhost tools]# ./dpdk_nic_bind.py -bind=igb_uio p1p2 > Error: bind failed for 0000:01:00.1 - Cannot open > /sys/bus/pci/drivers/ind=igb_uio/bind > Error: unbind failed for 0000:01:00.1 - Cannot open > /sys/bus/pci/drivers//unbind [root at localhost tools]# [root at localhost > tools]# > > Please let me know if i miss any...
Hi, Try with --bind or just -b (but not with -bind, i.e., not with a single dash). See the usage: ./tools/dpdk_nic_bind.py --help John. --
