From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/ip_fragmentation: fix check of packet type Date: Tue, 04 Apr 2017 14:43:14 +0200 Message-ID: <1665565.MDcVzfXV8f@xps13> References: <1489502869-16472-1-git-send-email-wei.dai@intel.com> <2601191342CEEE43887BDE71AB9772583FACFA4A@IRSMSX109.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Ananyev, Konstantin" , "stable@dpdk.org" To: "Dai, Wei" Return-path: Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id 1443F3772 for ; Tue, 4 Apr 2017 14:43:16 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id w43so212639272wrb.0 for ; Tue, 04 Apr 2017 05:43:16 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB9772583FACFA4A@IRSMSX109.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 ; Dai, Wei ; stable@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@dpdk.org > > > > Reported-by: Fangfang Wei > > Signed-off-by: Wei Dai > > --- > > Acked-by: Konstantin Ananyev Applied, thanks