[dpdk-dev] Issue with l2fwd in kvm guest

2014-04-11 Thread Vivek Soni
Ajith, You are missing "-p PORTMASK" command line argument. Since you are binding two ports to IGB_UIO, you should add -p 0x3 to the command line. You can check the example command from sample applications user guide. $ ./build/l2fwd -c 1 -n 4 -- -p 3 Regards, Vivek On Fri, Apr 11, 2014 at 9:34

[dpdk-dev] Issue with l2fwd in kvm guest

2014-04-11 Thread Ajith Adapa
Hi, I am just trying out DPDK in a fedora 18 KVM guest and have an issue when I am trying l2fwd application. I am binding eth1, eth2 interfaces using below commands ./igb_uio_bind.py --bind=igb_uio eth1 ./igb_uio_bind.py --bind=igb_uio eth2 When I run l2fwd app I get following error ./l2fwd -c