From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <cristian.dumitrescu@intel.com> Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id EA43B239 for <dev@dpdk.org>; Fri, 18 Jan 2019 10:52:32 +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 fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jan 2019 01:52:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,489,1539673200"; d="scan'208";a="292553720" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga005.jf.intel.com with ESMTP; 18 Jan 2019 01:52:30 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.205]) by irsmsx105.ger.corp.intel.com ([169.254.7.116]) with mapi id 14.03.0415.000; Fri, 18 Jan 2019 09:52:29 +0000 From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com> To: "Marjanovic, Nemanja" <nemanja.marjanovic@intel.com>, "dev@dpdk.org" <dev@dpdk.org> CC: "Singh, Jasvinder" <jasvinder.singh@intel.com> Thread-Topic: [PATCH v4 1/4] pipeline: support QinQ PPPoE encap Thread-Index: AQHUrw3vH12VSEW1tUuXJ7wpj1yZvqW0yLYQ Date: Fri, 18 Jan 2019 09:52:29 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E82B878@IRSMSX108.ger.corp.intel.com> References: <20190115105535.8872-1-nemanja.marjanovic@intel.com> <20190118091222.70534-1-nemanja.marjanovic@intel.com> In-Reply-To: <20190118091222.70534-1-nemanja.marjanovic@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2YxNjVlMjItZTc5Zi00ODAzLWI5MDEtMzJjOGFhOWFmYTI5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNkVoU1c5SWZJSTRDNVhSXC9xckdCS05XTk5cL2s3cFZLMlJWXC9jZkw5Y2F5QmZreXlvTVpVTFhlMjFBOHVYOEVsNCJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/4] pipeline: support QinQ PPPoE encap X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 18 Jan 2019 09:52:33 -0000 > -----Original Message----- > From: Marjanovic, Nemanja > Sent: Friday, January 18, 2019 9:12 AM > To: dev@dpdk.org > Cc: Singh, Jasvinder <jasvinder.singh@intel.com>; Dumitrescu, Cristian > <cristian.dumitrescu@intel.com>; Marjanovic, Nemanja > <nemanja.marjanovic@intel.com> > Subject: [PATCH v4 1/4] pipeline: support QinQ PPPoE encap >=20 > From: "Nemanja Marjanovic" <nemanja.marjanovic@intel.com> >=20 > Add support of QinQ PPPoE packet encapsulation action. >=20 > Signed-off-by: Nemanja Marjanovic <nemanja.marjanovic@intel.com> > --- > v4:Splitting of patches for easier review > --- > lib/librte_pipeline/rte_table_action.c | 61 ++++++++++++++++++++++++++ > lib/librte_pipeline/rte_table_action.h | 16 +++++++ > 2 files changed, 77 insertions(+) >=20 Series-acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>