From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 937CBA0613 for ; Tue, 24 Sep 2019 01:44:31 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 32819343C; Tue, 24 Sep 2019 01:44:30 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5902F3423 for ; Tue, 24 Sep 2019 01:44:28 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 16:44:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,542,1559545200"; d="scan'208";a="200710398" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 23 Sep 2019 16:44:26 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 16:44:21 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 16:44:21 -0700 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.23]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.89]) with mapi id 14.03.0439.000; Tue, 24 Sep 2019 07:44:20 +0800 From: "Zhang, Qi Z" To: "Wang, Ying A" , "Yigit, Ferruh" CC: "dev@dpdk.org" , "adrien.mazarguil@6wind.com" , "Ye, Xiaolong" , "Yang, Qiming" Thread-Topic: [PATCH v4 0/2] add GTP/PPPoE to flow API Thread-Index: AQHVXWhSzej4Ge4rAU61xFpWtys6u6c6FqjQ Date: Mon, 23 Sep 2019 23:44:18 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153D9ACBB@SHSMSX105.ccr.corp.intel.com> References: <20190820065059.62140-2-ying.a.wang@intel.com> <20190828060038.437857-1-ying.a.wang@intel.com> In-Reply-To: <20190828060038.437857-1-ying.a.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjIwODNiNGMtZGU5Mi00YmExLWEyMDMtN2I4NDgxZTcxMWI2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVWQ3aXJTT0hKM3lpbHMraW52UjdVZkJDanRMSDZcL2ZpXC85UHhxYUNoY1VVNzErZm9qT2pKTXVaYUt3NzdpYWhGIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 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 v4 0/2] add GTP/PPPoE to flow API 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Wang, Ying A > Sent: Wednesday, August 28, 2019 2:01 PM > To: Zhang, Qi Z ; Yigit, Ferruh > Cc: dev@dpdk.org; adrien.mazarguil@6wind.com; Ye, Xiaolong > ; Yang, Qiming ; Wang, > Ying A > Subject: [PATCH v4 0/2] add GTP/PPPoE to flow API >=20 > patch 1/2: Add GTP extension header to flow API. > patch 2/2: Add PPPoE to flow API. >=20 > --- > v4: Fix PPPoE testpmd cmdline issue. > v3: Split original patch, one for GTP and the other for PPPoE. > Add RTE_FLOW_ITEM_TYPE_PPPOE_PROTO_ID for PPPoE session > packets. > v2: Remove Gerrit Change-Id's. > --- >=20 > Wang Ying A (2): > ethdev: add GTP extension header to flow API > ethdev: add PPPoE to flow API >=20 > app/test-pmd/cmdline_flow.c | 93 > ++++++++++++++++++++++++++++- > doc/guides/prog_guide/rte_flow.rst | 28 +++++++++ > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 13 ++++ > lib/librte_ethdev/rte_flow.c | 5 ++ > lib/librte_ethdev/rte_flow.h | 93 > +++++++++++++++++++++++++++++ > 5 files changed, 231 insertions(+), 1 deletion(-) >=20 > -- > 2.15.1 Reviewed-by: Qi Zhang