From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id BB45425D9 for ; Wed, 23 Jan 2019 04:17:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 22 Jan 2019 19:17:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,509,1539673200"; d="scan'208";a="140484406" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 22 Jan 2019 19:17:42 -0800 From: yaobing To: dts@dpdk.org Cc: yaobing Date: Wed, 23 Jan 2019 11:21:22 +0800 Message-Id: <1548213682-21575-1-git-send-email-bingx.y.yao@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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 03:17:45 -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 | 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): bind_layers(NVGRE, Ether, protocoltype=0x6558) # fix conflict of GRE and NVGRE -split_layers(IP, GRE, frag=0, proto=IPPROTO_NVGRE) bind_layers(IP, NVGRE, frag=0, proto=IPPROTO_NVGRE) -- 2.17.2