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

2015-06-29 Thread Keunhong Lee
Did you set RSS mode? Multi-queue RX won't work unless you have set RSS(Receive Side Scaling). Keunhong. 2015-06-22 14:34 GMT+09:00 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 every

[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