test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] dep/nvgre.py
@ 2019-01-21  7:17 yaobing
  2019-01-22  4:17 ` Zhu, WenhuiX
  0 siblings, 1 reply; 2+ messages in thread
From: yaobing @ 2019-01-21  7:17 UTC (permalink / raw)
  To: dts; +Cc: yaobing

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@intel.com>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH V1] dep/nvgre.py
  2019-01-21  7:17 [dts] [PATCH V1] dep/nvgre.py yaobing
@ 2019-01-22  4:17 ` Zhu, WenhuiX
  0 siblings, 0 replies; 2+ messages in thread
From: Zhu, WenhuiX @ 2019-01-22  4:17 UTC (permalink / raw)
  To: Yao, BingX Y, dts; +Cc: Yao, BingX Y


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

-----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 <bingx.y.yao@intel.com>
Subject: [dts] [PATCH V1] 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@intel.com>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-22  4:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21  7:17 [dts] [PATCH V1] dep/nvgre.py yaobing
2019-01-22  4:17 ` Zhu, WenhuiX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).