test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2] dep/nvgre.py
@ 2019-01-23  3:21 yaobing
  2019-01-23  5:59 ` Zhu, WenhuiX
  2019-01-25  4:55 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: yaobing @ 2019-01-23  3:21 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 | 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

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

* Re: [dts] [PATCH V2] dep/nvgre.py
  2019-01-23  3:21 [dts] [PATCH V2] dep/nvgre.py yaobing
@ 2019-01-23  5:59 ` Zhu, WenhuiX
  2019-01-25  4:55 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhu, WenhuiX @ 2019-01-23  5:59 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: Wednesday, January 23, 2019 11:21 AM
To: dts@dpdk.org
Cc: Yao, BingX Y <bingx.y.yao@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@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

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

* Re: [dts] [PATCH V2] dep/nvgre.py
  2019-01-23  3:21 [dts] [PATCH V2] dep/nvgre.py yaobing
  2019-01-23  5:59 ` Zhu, WenhuiX
@ 2019-01-25  4:55 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-01-25  4:55 UTC (permalink / raw)
  To: Yao, BingX Y, dts; +Cc: Yao, BingX Y

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing
> Sent: Wednesday, January 23, 2019 11:21 AM
> To: dts@dpdk.org
> Cc: Yao, BingX Y <bingx.y.yao@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@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

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23  3:21 [dts] [PATCH V2] dep/nvgre.py yaobing
2019-01-23  5:59 ` Zhu, WenhuiX
2019-01-25  4:55 ` Tu, Lijuan

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).