From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id A6506199AC; Wed, 17 Jan 2018 15:57:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Jan 2018 06:56:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,372,1511856000"; d="scan'208";a="194092241" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga005.jf.intel.com with ESMTP; 17 Jan 2018 06:56:59 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Jan 2018 06:56:58 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Jan 2018 06:56:58 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.152]) with mapi id 14.03.0319.002; Wed, 17 Jan 2018 22:56:56 +0800 From: "Zhang, Helin" To: "Zhang, Qi Z" , "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: fix packet type parser issue Thread-Index: AQHTjgfIgDtbOJVKEk28BZLymgzmyKN1nIaAgAKOD4A= Date: Wed, 17 Jan 2018 14:56:56 +0000 Message-ID: References: <1515746494-86927-1-git-send-email-beilei.xing@intel.com> <1516024283-60714-1-git-send-email-beilei.xing@intel.com> <039ED4275CED7440929022BC67E706115312E122@SHSMSX103.ccr.corp.intel.com> In-Reply-To: <039ED4275CED7440929022BC67E706115312E122@SHSMSX103.ccr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix packet type parser issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2018 14:57:01 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhang, Qi Z > Sent: Tuesday, January 16, 2018 7:56 AM > To: Xing, Beilei > Cc: dev@dpdk.org; stable@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix packet type parser issue >=20 >=20 >=20 > > -----Original Message----- > > From: Xing, Beilei > > Sent: Monday, January 15, 2018 9:51 PM > > To: Zhang, Qi Z > > Cc: dev@dpdk.org; stable@dpdk.org > > Subject: [PATCH v3] net/i40e: fix packet type parser issue > > > > Ptype mapping table will fail to update when loading PPP profile, fix > > the issue via modifying metadata and adding check. > > This patch also adds parser for IPV4FRAG and IPV6FRAG. > > > > Fixes: ab2e350c4f4b ("net/i40e: improve packet type parser") > > Cc: stable@dpdk.org > > > > Signed-off-by: Beilei Xing >=20 > Acked-by: Qi Zhang Applied into dpdk-next-net-intel, with minor commit log corrections. Thanks= ! /Helin