From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 81A582C2E; Tue, 16 Jan 2018 00:55:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2018 15:55:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,365,1511856000"; d="scan'208";a="11138474" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 15 Jan 2018 15:55:50 -0800 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 15 Jan 2018 15:55:50 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 15 Jan 2018 15:55:49 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Tue, 16 Jan 2018 07:55:48 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: fix packet type parser issue Thread-Index: AQHTjgfIgDtbOJVKEk28BZLymgzmyKN1nIaA Date: Mon, 15 Jan 2018 23:55:47 +0000 Message-ID: <039ED4275CED7440929022BC67E706115312E122@SHSMSX103.ccr.corp.intel.com> References: <1515746494-86927-1-git-send-email-beilei.xing@intel.com> <1516024283-60714-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1516024283-60714-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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: Mon, 15 Jan 2018 23:55:52 -0000 > -----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 >=20 > 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. >=20 > Fixes: ab2e350c4f4b ("net/i40e: improve packet type parser") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing Acked-by: Qi Zhang