From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 95136239 for ; Wed, 23 Jan 2019 06:59:51 +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; 22 Jan 2019 21:59:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,509,1539673200"; d="scan'208";a="293652343" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 22 Jan 2019 21:59:50 -0800 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 22 Jan 2019 21:59:49 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 22 Jan 2019 21:59:49 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.63]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.85]) with mapi id 14.03.0415.000; Wed, 23 Jan 2019 13:59:46 +0800 From: "Zhu, WenhuiX" To: "Yao, BingX Y" , "dts@dpdk.org" CC: "Yao, BingX Y" Thread-Topic: [dts] [PATCH V2] dep/nvgre.py Thread-Index: AQHUsspBToLelRczHk6xEcy7xbtiZ6W8W+og Date: Wed, 23 Jan 2019 05:59:45 +0000 Message-ID: References: <1548213682-21575-1-git-send-email-bingx.y.yao@intel.com> In-Reply-To: <1548213682-21575-1-git-send-email-bingx.y.yao@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: [dts] [PATCH V2] dep/nvgre.py X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2019 05:59:52 -0000 Tested-by: Zhu, WenhuiX -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing Sent: Wednesday, January 23, 2019 11:21 AM To: dts@dpdk.org Cc: Yao, BingX Y Subject: [dts] [PATCH V2] dep/nvgre.py dts can't send GRE packet successfully should result from NVGRE and GRE con= flict, delete this line GRE packet can be combined and sent successfully Signed-off-by: yaobing --- dep/nvgre.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dep/nvgre.py b/dep/nvgre.py index 5dd9955..a3fcf49 100644 --- a/dep/nvgre.py +++ b/dep/nvgre.py @@ -33,6 +33,5 @@ class NVGRE(Packet): =20 bind_layers(NVGRE, Ether, protocoltype=3D0x6558) # fix conflict of GRE an= d NVGRE -split_layers(IP, GRE, frag=3D0, proto=3DIPPROTO_NVGRE) bind_layer= s(IP, NVGRE, frag=3D0, proto=3DIPPROTO_NVGRE) =20 -- 2.17.2