From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 47F1C1AFFF for ; Tue, 17 Apr 2018 18:05:17 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 09:05:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,464,1517904000"; d="scan'208";a="217288393" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga005.jf.intel.com with ESMTP; 17 Apr 2018 09:05:14 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx110.ger.corp.intel.com ([169.254.15.211]) with mapi id 14.03.0319.002; Tue, 17 Apr 2018 17:05:13 +0100 From: "Iremonger, Bernard" To: Xueming Li , "Lu, Wenzhuo" , "Wu, Jingjing" , Thomas Monjalon , Adrien Mazarguil CC: Nelio Laranjeiro , Shahaf Shuler , "dev@dpdk.org" , Olivier Matz Thread-Topic: [dpdk-dev] [PATCH v5 0/4] introduce new tunnel types Thread-Index: AQHT1mEDv7IBB1y/BUm9dzMLpB2kKqQFHoQg Date: Tue, 17 Apr 2018 16:05:12 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E0AECF8@IRSMSX108.ger.corp.intel.com> References: <20180413110218.105894-1-xuemingl@mellanox.com> <20180417150404.160990-1-xuemingl@mellanox.com> In-Reply-To: <20180417150404.160990-1-xuemingl@mellanox.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDg3MDU2MDYtZWEwZS00ZWVhLWE4MTUtOGQ0MzBlMmNhMjM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiI3YkNSOUhcL1dCck0rcHRQanMyc2VIdElJV2JNbzFRUVpIVnB0aE1qV2hiQU5yVmFaRTNYdmZsRVwvbjlycGhZWGsifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/4] introduce new tunnel 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: Tue, 17 Apr 2018 16:05:18 -0000 Hi Li, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Xueming Li > Sent: Tuesday, April 17, 2018 4:04 PM > To: Lu, Wenzhuo ; Wu, Jingjing > ; Thomas Monjalon ; Adrien > Mazarguil > Cc: Xueming Li ; Nelio Laranjeiro > ; Shahaf Shuler ; > dev@dpdk.org; Olivier Matz > Subject: [dpdk-dev] [PATCH v5 0/4] introduce new tunnel types >=20 > v5: > - Fixed VXLAN-GPE comment alignment > v4: > - Update testpmd doc for flow VXLAN-GPE paramter. > v3: > - Change VXLAN-GPE definition order to avoid ABI compatibility issue. > v2: > - Split patch set into public and mlx5 two series, this one is the first. > v1: > - Support new tunnel type MPLS-in-GRE and MPLS-in-UDP > - Remove deprecation notes of rss level >=20 > This patchset introduced new tunnel type and related testpmd code: > - New tunnel type VXLAN-GPE > https://datatracker.ietf.org/doc/draft-ietf-nvo3-vxlan-gpe/ > - New tunnel type MPLS-in-GRE > https://tools.ietf.org/html/rfc4023 > - New tunnel type MPLS-in-UDP > https://tools.ietf.org/html/rfc7510 > - Support GRE extension in testpmd csum forwarding engine >=20 > Xueming Li (4): > doc: remove RSS configuration change announcement > ethdev: introduce new tunnel VXLAN-GPE > app/testpmd: introduce new tunnel VXLAN-GPE > app/testpmd: add more GRE extension support to csum engine >=20 > app/test-pmd/cmdline_flow.c | 24 +++++++ > app/test-pmd/config.c | 2 + > app/test-pmd/csumonly.c | 103 ++++++++++++++++++++++= +++--- > app/test-pmd/parameters.c | 12 +++- > app/test-pmd/testpmd.h | 2 + > doc/guides/prog_guide/rte_flow.rst | 12 ++++ > doc/guides/rel_notes/deprecation.rst | 4 -- > doc/guides/testpmd_app_ug/run_app.rst | 5 ++ > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 ++ > lib/librte_ether/rte_eth_ctrl.h | 3 +- > lib/librte_ether/rte_flow.c | 1 + > lib/librte_ether/rte_flow.h | 27 ++++++++ > lib/librte_mbuf/rte_mbuf.c | 3 + > lib/librte_mbuf/rte_mbuf.h | 1 + > lib/librte_mbuf/rte_mbuf_ptype.c | 1 + > lib/librte_mbuf/rte_mbuf_ptype.h | 13 ++++ > lib/librte_net/rte_ether.h | 25 +++++++ > 17 files changed, 225 insertions(+), 17 deletions(-) >=20 > -- > 2.13.3 Patch 3 of this patch set fails to apply to the latest master, the other th= ree patches apply ok. Regards, Bernard. =20