[dts] [PATCH V2] dep/nvgre.py

Zhu, WenhuiX wenhuix.zhu at intel.com
Wed Jan 23 06:59:45 CET 2019


Tested-by: Zhu, WenhuiX <wenhuix.zhu at intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of yaobing
Sent: Wednesday, January 23, 2019 11:21 AM
To: dts at dpdk.org
Cc: Yao, BingX Y <bingx.y.yao at intel.com>
Subject: [dts] [PATCH V2] dep/nvgre.py

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 <bingx.y.yao at intel.com>
---
 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



More information about the dts mailing list