[dpdk-dev] basic forwarding example not working

2016-04-20 Thread Christian Ehrhardt
Hi, I think your log is cut short. At least in what you posted I don't see the "card skipped" issue anymore. Also I don't see the segfault at the end anymore. Actually there is no error left in this second log. I never used basicfwd so far - maybe it is something special to it that breaks your cas

[dpdk-dev] basic forwarding example not working

2016-04-19 Thread Subbu CS
I am using two virtio network adapter on VM on KVM host. As in following output, I have bound both interface with igb_uio driver ./dpdk_nic_bind.py --bind=igb_uio 00:0a.0 ./dpdk_nic_bind.py --bind=igb_uio 00:0b.0 [root at localhost tools]# ./dpdk_nic_bind.py --status Network devices using DPDK

[dpdk-dev] basic forwarding example not working

2016-04-19 Thread Christian Ehrhardt
Hi, for virtio-pci devices you should either just unbind them or bind them to one of the generic drivers like uio_pci_generic. At least I never saw igb_uio on virtio-pci devices. There might be more complete answers, but I think that should get you going. Christian Ehrhardt Software Engineer, Ub