[dpdk-dev] Receive errors on all packets with multi-queues

2015-06-22 Thread Jakub Mazur
Hi I'm having problems with packets received when running 2 receive queues (on seperate lcores) on the same port but when I run 1 queue everything works correctly. The queues are using 32 bursts and are using the same mempool which is allocated on the same socket as the NIC, as are the queues. Whe

[dpdk-dev] Generating packets into queues

2015-05-23 Thread Jakub Mazur
Hello, I've just got to grips with DPDK and started writing my own applications. However, I am struggling to figure out how to test my applications in terms of sending packets to the ports I am polling. I've got Pktgen-DPDK up and running but I don't know how to use it to interact with my own app