2017-03-15 12:23, Ananyev, Konstantin: > > > -----Original Message----- > > From: Dai, Wei > > Sent: Tuesday, March 14, 2017 2:48 PM > > To: dev@dpdk.org > > Cc: Ananyev, Konstantin <konstantin.anan...@intel.com>; Dai, Wei > > <wei....@intel.com>; sta...@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: sta...@dpdk.org > > > > Reported-by: Fangfang Wei <fangfangx....@intel.com> > > Signed-off-by: Wei Dai <wei....@intel.com> > > --- > > Acked-by: Konstantin Ananyev <konstantin.anan...@intel.com>
Applied, thanks