[dpdk-dev] distributor crash with user assigned flow ids

2017-10-24 Thread Suryanathan P
Hi, We see a crash in the dpdk packet distributor library when the packets are assigned used defined flow ids. I was able to narrow down this issue to incorrect worker ids returned by the sse implementation of find_match_vec(). Debug: Non zero flow ids picked up from each mbuf in this burst (gdb

[dpdk-dev] How to set RTE_MACHINE on DPDK 1.7.0 correctly?

2014-07-23 Thread Suryanathan P
Hi, I am trying to compile the test-pmd app on an Intel Core i7 targeted to run on Intel Atom target. When I run test pmd binary on the target machine, it fails to start with: ERROR: This system does not support "AVX". Please check that RTE_MACHINE is set correctly. This is how I am building dp