From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5BCCC1B024 for ; Sun, 7 Jan 2018 10:16:26 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2018 01:16:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,325,1511856000"; d="scan'208";a="192867028" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga005.fm.intel.com with ESMTP; 07 Jan 2018 01:16:23 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 01:16:23 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 01:16:23 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by shsmsx102.ccr.corp.intel.com ([169.254.2.189]) with mapi id 14.03.0319.002; Sun, 7 Jan 2018 17:16:21 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , "Zhang, Qi Z" , "Olivier Matz (olivier.matz@6wind.com)" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/2] support PPPoE and L2TP packet types Thread-Index: AQHThUlDMifey/bn/UaXzXFoiDmcqaNoJSwg Date: Sun, 7 Jan 2018 09:16:21 +0000 Message-ID: References: <1513758164-39610-1-git-send-email-beilei.xing@intel.com> <1515062781-49210-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1515062781-49210-1-git-send-email-beilei.xing@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 0/2] support PPPoE and L2TP packet types 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: Sun, 07 Jan 2018 09:16:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Thursday, January 4, 2018 6:46 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Wu, Jingjing; Chilikin, Andrey > Subject: [dpdk-dev] [PATCH v3 0/2] support PPPoE and L2TP packet types >=20 > v3 changes: > - reword commit log >=20 > v2 changes: > - change patch title > - rework ptype parser according to new profile meta data >=20 > Beilei Xing (2): > mbuf: add PPPoE and L2TP packet types > net/i40e: improve packet type parser >=20 > drivers/net/i40e/i40e_ethdev.c | 83 +++++++++++++++++++++++++++++----- > ------ > lib/librte_mbuf/rte_mbuf_ptype.c | 2 + lib/librte_mbuf/rte_mbuf_ptype.= h > | 26 +++++++++++++ > 3 files changed, 88 insertions(+), 23 deletions(-) >=20 > -- > 2.5.5 Applied into dpdk-next-net-intel. Thanks! /Helin