From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CA7AB214A; Wed, 15 Mar 2017 13:23:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489580638; x=1521116638; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=NtGyhY5KmXhIVi+sfn5D3Sl3IsLLuNX1uQ+Njw9GjFo=; b=hu3vDjbpAYtjBP+34dkFqSxBMWxxTs2Gq8Yznucr4wfYvaHeoL04vnJN G95hu1lyLZZl0jNxMRz8ZQzW9Kk7iQ==; Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Mar 2017 05:23:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,168,1486454400"; d="scan'208";a="944545941" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga003.jf.intel.com with ESMTP; 15 Mar 2017 05:23:55 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.44]) by IRSMSX106.ger.corp.intel.com ([169.254.8.197]) with mapi id 14.03.0248.002; Wed, 15 Mar 2017 12:23:54 +0000 From: "Ananyev, Konstantin" To: "Dai, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v2] examples/ip_fragmentation: fix check of packet type Thread-Index: AQHSnNLnIMjaw58K/EeAalNlBq8EA6GV0+iw Date: Wed, 15 Mar 2017 12:23:54 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772583FACFA4A@IRSMSX109.ger.corp.intel.com> References: <1489502869-16472-1-git-send-email-wei.dai@intel.com> In-Reply-To: <1489502869-16472-1-git-send-email-wei.dai@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v2] examples/ip_fragmentation: fix check of packet type X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2017 12:23:58 -0000 > -----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 >=20 > 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. >=20 > Fixes: 3c0184cc0c60 ("examples: replace some offload flags with packet ty= pe") > Fixes: ab351fe1c95c ("mbuf: remove packet type from offload flags") >=20 > Cc: stable@dpdk.org >=20 > Reported-by: Fangfang Wei > Signed-off-by: Wei Dai > --- Acked-by: Konstantin Ananyev