[dpdk-dev] [PATCH] performance-thread: add software packet type parsing

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Jan 17 18:39:21 CET 2017


2016-12-16 16:15, Tomasz Kulasek:
> 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 analizer, new command line option "--parse-ptype" is
> introduced.
> 
> Signed-off-by: Tomasz Kulasek <tomaszx.kulasek at intel.com>

Applied, thanks


More information about the dev mailing list