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:
71a7e2424e07 ("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
..
2016-11-07 15:58:51 +01:00
2016-12-20 14:12:30 +01:00
2016-11-13 15:25:12 +01:00
2016-04-07 23:27:45 +02:00
2015-11-13 17:45:14 +01:00
2015-12-15 13:50:42 +01:00
2017-01-04 21:17:32 +01:00