From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A62A425B3 for ; Tue, 22 Jan 2019 05:17:09 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jan 2019 20:17:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,504,1539673200"; d="scan'208";a="137621242" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga004.fm.intel.com with ESMTP; 21 Jan 2019 20:17:07 -0800 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 21 Jan 2019 20:17:07 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 21 Jan 2019 20:17:07 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.63]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.147]) with mapi id 14.03.0415.000; Tue, 22 Jan 2019 12:17:05 +0800 From: "Zhu, WenhuiX" To: "Yao, BingX Y" , "dts@dpdk.org" CC: "Yao, BingX Y" Thread-Topic: [dts] [PATCH V1] dep/nvgre.py Thread-Index: AQHUsVjystUjKEm3E0iNIxIALtow66W6r9dg Date: Tue, 22 Jan 2019 04:17:04 +0000 Message-ID: References: <1548055028-14930-1-git-send-email-bingx.y.yao@intel.com> In-Reply-To: <1548055028-14930-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 V1] 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: Tue, 22 Jan 2019 04:17:10 -0000 Tested-by: Zhu, WenhuiX -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing Sent: Monday, January 21, 2019 3:17 PM To: dts@dpdk.org Cc: Yao, BingX Y Subject: [dts] [PATCH V1] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dep/nvgre.py b/dep/nvgre.py index 5dd9955..a48e6e0 100644 --- a/dep/nvgre.py +++ b/dep/nvgre.py @@ -33,6 +33,6 @@ 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) +#split_layers(IP, GRE, frag=3D0, proto=3DIPPROTO_NVGRE) bind_layers(IP, NVGRE, frag=3D0, proto=3DIPPROTO_NVGRE) =20 -- 2.17.2