numam-dpdk/examples/performance-thread
Tomasz Kulasek faf08c8b0f examples/performance-thread: add packet type parsing
Last changes in Niantic and Fortville NIC drivers causes that
vector Rx path is chosen by default in l3fwd-thread application.
This path doesn't support propagation of hw packet type recognition
to the packet_type field in mbuf, and packets cannot be classified
properly.

The approach to solve this problem is similar to the commit:
71a7e2424e ("examples/l3fwd: fix using packet type blindly").

To use sw packet analyzer, new command line option "--parse-ptype" is
introduced.

Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
2017-01-17 18:40:17 +01:00
..
common remove unused ring includes 2016-09-16 10:16:02 +02:00
l3fwd-thread examples/performance-thread: add packet type parsing 2017-01-17 18:40:17 +01:00
pthread_shim examples/performance-thread: add missing braces 2016-07-22 12:40:26 +02:00
Makefile examples/performance-thread: restrict to x86_64 2016-04-08 22:28:39 +02:00