From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6CE1A4C9D for ; Mon, 21 Jan 2019 08:13:31 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jan 2019 23:13:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,502,1539673200"; d="scan'208";a="129420235" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by orsmga001.jf.intel.com with ESMTP; 20 Jan 2019 23:13:29 -0800 From: yaobing To: dts@dpdk.org Cc: yaobing Date: Mon, 21 Jan 2019 15:17:08 +0800 Message-Id: <1548055028-14930-1-git-send-email-bingx.y.yao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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: Mon, 21 Jan 2019 07:13:31 -0000 dts can't send GRE packet successfully should result from NVGRE and GRE conflict, 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): bind_layers(NVGRE, Ether, protocoltype=0x6558) # fix conflict of GRE and NVGRE -split_layers(IP, GRE, frag=0, proto=IPPROTO_NVGRE) +#split_layers(IP, GRE, frag=0, proto=IPPROTO_NVGRE) bind_layers(IP, NVGRE, frag=0, proto=IPPROTO_NVGRE) -- 2.17.2