[dpdk-dev] [PATCH] net: fix inner L2 length in software ptype parser

Thomas Monjalon thomas at monjalon.net
Thu Oct 5 23:33:16 CEST 2017


11/09/2017 16:57, Olivier Matz:
> The inner L2 length returned by rte_net_get_ptype() is not
> properly initialized. If the caller does not zero the header
> lengths structure, the inner_l2 field will be undefined.
> 
> Fix it by initializing inner_l2 to 0 when parsing a inner layer.
> 
> Fixes: 2c15c5377da2 ("net: support NVGRE in software packet type parser")
> 
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>

Applied, thanks


More information about the dev mailing list