[dpdk-dev] [PATCH v2] examples/ip_fragmentation: fix check of packet type

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Apr 4 14:43:14 CEST 2017


2017-03-15 12:23, Ananyev, Konstantin:
> 
> > -----Original Message-----
> > From: Dai, Wei
> > Sent: Tuesday, March 14, 2017 2:48 PM
> > To: dev at dpdk.org
> > Cc: Ananyev, Konstantin <konstantin.ananyev at intel.com>; Dai, Wei <wei.dai at intel.com>; stable at dpdk.org
> > Subject: [PATCH v2] examples/ip_fragmentation: fix check of packet type
> > 
> > The packet_type in mbuf is not correctly filled by ixgbe 82599 NIC.
> > To use the ether_type in ethernet header to check packet type is
> > more reliaber.
> > 
> > Fixes: 3c0184cc0c60 ("examples: replace some offload flags with packet type")
> > Fixes: ab351fe1c95c ("mbuf: remove packet type from offload flags")
> > 
> > Cc: stable at dpdk.org
> > 
> > Reported-by: Fangfang Wei <fangfangx.wei at intel.com>
> > Signed-off-by: Wei Dai <wei.dai at intel.com>
> > ---
> 
> Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>

Applied, thanks


More information about the dev mailing list