[dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers #PERSONAL#

2014-04-29 Thread B Gopikrishna
:07PM cc: B Gopikrishna , dev Subject: Re: [dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers Hi Gopi I recently run into the same problem when using 82576 with igb_uio on VM. The problem is not e1000 or igb. The problem is with the other network device managed by virtio-pci d

[dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers

2014-04-29 Thread B Gopikrishna
PM cc: B Gopikrishna , dev Subject: Re: [dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers Hi Gopi I recently run into the same problem when using 82576 with igb_uio on VM. The problem is not e1000 or igb. The problem is with the other network device managed by virtio-pci driver N

[dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers

2014-04-29 Thread Marc Sune
ate: 04/18/2014 06:07PM > cc: B Gopikrishna , dev > Subject: Re: [dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers > > > Hi Gopi > > I recently run into the same problem when using 82576 with igb_uio on VM. > The problem is not e1000 or igb. The problem is with the ot

[dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers

2014-04-18 Thread B Gopikrishna
Hi when I run the l3fwd application with the below command line, I am observing the error "Cannot configure device: err=-22, port=0". The complete log is posted below. ./build/l3fwd -c 0x03 -n 2 -- -p 0x03 --config="(0,0,0),(1,1,1)" Setup: a) Virtual machine booted with Fedora20 with 2 virtual

[dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers

2014-04-18 Thread Tomasz K
Hi Gopi I recently run into the same problem when using 82576 with igb_uio on VM. The problem is not e1000 or igb. The problem is with the other network device managed by virtio-pci driver Notice that when application polls for ETH devices it prints out EAL: probe driver: 1af4:1000 rte_virtio_pm

[dpdk-dev] rte_eth_dev_configure fails on VM with e1000 drivers

2014-04-18 Thread Thomas Monjalon
Hi, 2014-04-18 17:39, B Gopikrishna: > when I run the l3fwd application with the below command line, I am observing > the error "Cannot configure device: err=-22, port=0". The complete log is > posted below. Could you try to reproduce it with the git HEAD version? It may be fixed by this commit: