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 6E25E8E62 for ; Tue, 17 Apr 2018 15:56:32 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 06:56:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,463,1517904000"; d="scan'208";a="34025528" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga007.jf.intel.com with ESMTP; 17 Apr 2018 06:56:29 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX104.ger.corp.intel.com ([169.254.5.171]) with mapi id 14.03.0319.002; Tue, 17 Apr 2018 14:56:28 +0100 From: "Iremonger, Bernard" To: Thomas Monjalon , Xueming Li CC: "dev@dpdk.org" , "Lu, Wenzhuo" , "Wu, Jingjing" , Yongseok Koh , "Olivier MATZ" , Shahaf Shuler , "Yigit, Ferruh" Thread-Topic: [dpdk-dev] [PATCH v4 4/4] app/testpmd: introduce VXLAN GPE to csum forwarding engine Thread-Index: AQHT1dTF2R+/Lp5VVE6W52CM+mkrMKQE+82A Date: Tue, 17 Apr 2018 13:56:28 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C24E0AE9E2@IRSMSX108.ger.corp.intel.com> References: <20180408123240.110698-1-xuemingl@mellanox.com> <20180408123240.110698-5-xuemingl@mellanox.com> <19791900.7uIRuCHjTG@xps> In-Reply-To: <19791900.7uIRuCHjTG@xps> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMWIzNjNhYWQtZmFhZS00NWZkLTk0OWMtMjVlMzQwMDQ5YjQyIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJDQytIcmo1K0lFTWVieTBxXC9RZlBzeHRPbGR1R0ZnalRJckdxSHZSQU51c3VmMzBQRWNvb0RvbmllT2lRSVo1MSJ9 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 v4 4/4] app/testpmd: introduce VXLAN GPE to csum forwarding engine 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 13:56:32 -0000 Hi Li, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Monday, April 16, 2018 11:46 PM > To: Xueming Li > Cc: dev@dpdk.org; Lu, Wenzhuo ; Wu, Jingjing > ; Yongseok Koh ; Olivier MATZ > ; Shahaf Shuler ; Yigit, > Ferruh > Subject: Re: [dpdk-dev] [PATCH v4 4/4] app/testpmd: introduce VXLAN GPE t= o > csum forwarding engine >=20 > 08/04/2018 14:32, Xueming Li: > > This patch introduced VXLAN-GPE support to csum forwarding engine by > > recognizing VXLAN-GPE UDP port and parsing tunnel payload according to > > next-protocol type. > > > > Signed-off-by: Xueming Li >=20 > This is not the right series for this patch. > It is already in the "new tunnel types" patchset. >=20 >=20 This patch fails to apply to the current master branch. Regards, Bernard.