[dpdk-dev] App acting strangely when Vector rx / FDIR is on

2015-04-05 Thread Dor Green
"Fixed" the problem. I upgraded to DPDK 2.0, which did not allow vector rx to until I have changed my RX hardware queue size to a power of two. After I did that (and changed the rx_free_thresh accordingly), it simply worked. On Sun, Apr 5, 2015 at 11:45 AM, Dor Green wrote: > I have an app which

[dpdk-dev] App acting strangely when Vector rx / FDIR is on

2015-04-05 Thread Dor Green
I have an app which processes packets, and for a while I had FDIR in signature mode. Since I no longer needed filtering, I turned it off (which also turned on vector rx) which caused some strange behaviour. I changed the app so that it simply prints the length of the packet for each incoming one,