test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/packet: fix scapy issue about conf
@ 2019-06-13 19:13 lihong
  2019-06-14  2:36 ` Zhang, YanX A
  2019-06-14  3:12 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: lihong @ 2019-06-13 19:13 UTC (permalink / raw)
  To: dts; +Cc: lihong

fix commit b21dd17d9b96b3b9f64ca8342a6a73ed1132c843
when send packet will use the conf, so can not remove it.

Signed-off-by: lihong <lihongx.ma@intel.com>
---
 framework/packet.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/packet.py b/framework/packet.py
index e0b98e3..d39479f 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -46,6 +46,7 @@ from settings import FOLDERS
 
 import struct
 from socket import AF_INET6
+from scapy.all import conf
 from scapy.utils import wrpcap, rdpcap, hexstr
 from scapy.layers.inet import Ether, IP, TCP, UDP, ICMP
 from scapy.layers.inet6 import IPv6, IPv6ExtHdrRouting, IPv6ExtHdrFragment
-- 
2.7.4


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

* Re: [dts] [PATCH V1] framework/packet: fix scapy issue about conf
  2019-06-13 19:13 [dts] [PATCH V1] framework/packet: fix scapy issue about conf lihong
@ 2019-06-14  2:36 ` Zhang, YanX A
  2019-06-14  3:12 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhang, YanX A @ 2019-06-14  2:36 UTC (permalink / raw)
  To: Ma, LihongX, dts; +Cc: Ma, LihongX

Tested-by:  Zhang, YanX A <yanx.a.zhang@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong
Sent: Friday, June 14, 2019 3:13 AM
To: dts@dpdk.org
Cc: Ma, LihongX <lihongx.ma@intel.com>
Subject: [dts] [PATCH V1] framework/packet: fix scapy issue about conf

fix commit b21dd17d9b96b3b9f64ca8342a6a73ed1132c843
when send packet will use the conf, so can not remove it.

Signed-off-by: lihong <lihongx.ma@intel.com>
---
 framework/packet.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/framework/packet.py b/framework/packet.py index e0b98e3..d39479f 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -46,6 +46,7 @@ from settings import FOLDERS
 
 import struct
 from socket import AF_INET6
+from scapy.all import conf
 from scapy.utils import wrpcap, rdpcap, hexstr  from scapy.layers.inet import Ether, IP, TCP, UDP, ICMP  from scapy.layers.inet6 import IPv6, IPv6ExtHdrRouting, IPv6ExtHdrFragment
--
2.7.4


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

* Re: [dts] [PATCH V1] framework/packet: fix scapy issue about conf
  2019-06-13 19:13 [dts] [PATCH V1] framework/packet: fix scapy issue about conf lihong
  2019-06-14  2:36 ` Zhang, YanX A
@ 2019-06-14  3:12 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-06-14  3:12 UTC (permalink / raw)
  To: Ma, LihongX, dts; +Cc: Ma, LihongX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong
> Sent: Friday, June 14, 2019 3:13 AM
> To: dts@dpdk.org
> Cc: Ma, LihongX <lihongx.ma@intel.com>
> Subject: [dts] [PATCH V1] framework/packet: fix scapy issue about conf
> 
> fix commit b21dd17d9b96b3b9f64ca8342a6a73ed1132c843
> when send packet will use the conf, so can not remove it.
> 
> Signed-off-by: lihong <lihongx.ma@intel.com>
> ---
>  framework/packet.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/framework/packet.py b/framework/packet.py index
> e0b98e3..d39479f 100755
> --- a/framework/packet.py
> +++ b/framework/packet.py
> @@ -46,6 +46,7 @@ from settings import FOLDERS
> 
>  import struct
>  from socket import AF_INET6
> +from scapy.all import conf
>  from scapy.utils import wrpcap, rdpcap, hexstr  from scapy.layers.inet
> import Ether, IP, TCP, UDP, ICMP  from scapy.layers.inet6 import IPv6,
> IPv6ExtHdrRouting, IPv6ExtHdrFragment
> --
> 2.7.4


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

end of thread, other threads:[~2019-06-14  3:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13 19:13 [dts] [PATCH V1] framework/packet: fix scapy issue about conf lihong
2019-06-14  2:36 ` Zhang, YanX A
2019-06-14  3:12 ` 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).