From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3BED51BE75; Thu, 5 Jul 2018 08:33:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2018 23:33:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,310,1526367600"; d="scan'208";a="68808523" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga004.fm.intel.com with ESMTP; 04 Jul 2018 23:32:57 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 4 Jul 2018 23:32:57 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 4 Jul 2018 23:32:57 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.81]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.57]) with mapi id 14.03.0319.002; Thu, 5 Jul 2018 14:32:56 +0800 From: "Lin, Xueqin" To: "Xing, Beilei" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/i40e: fix PPPoL2TP packet type parser issue Thread-Index: AQHUFACTCaOWSqm9OEKl9Uk4J5DO8aSAKjfggAAAjXA= Date: Thu, 5 Jul 2018 06:32:55 +0000 Message-ID: <0D300480287911409D9FF92C1FA2A3355B3AFE5A@SHSMSX104.ccr.corp.intel.com> References: <1530754574-62601-1-git-send-email-beilei.xing@intel.com> <94479800C636CB44BD422CB454846E01321E4AF1@SHSMSX101.ccr.corp.intel.com> In-Reply-To: <94479800C636CB44BD422CB454846E01321E4AF1@SHSMSX101.ccr.corp.intel.com> Accept-Language: zh-CN, 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: [dpdk-stable] FW: [dpdk-dev] [PATCH] net/i40e: fix PPPoL2TP packet type parser issue 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: Thu, 05 Jul 2018 06:33:18 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Thursday, July 5, 2018 9:36 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: [dpdk-dev] [PATCH] net/i40e: fix PPPoL2TP packet type parser > issue > > Since PPPoL2TP profile is updated, PPPoL2TP packet type parser will be > false with the current parser function. > This patch fixes the issue. > > Fixes: 11556c915a08 ("net/i40e: improve packet type parser") > Cc: stable@dpdk.org > > Signed-off-by: Beilei Xing Tested-by: Xueqin Lin =20