test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] framework/packet: add support of set value about ipv6 hlim
@ 2019-12-10 20:02 lihong
  2019-12-11  3:30 ` Zhu, ShuaiX
  2019-12-20  7:48 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: lihong @ 2019-12-10 20:02 UTC (permalink / raw)
  To: dts; +Cc: lihong

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 c60ef9c..b0b8a41 100755
--- a/framework/packet.py
+++ b/framework/packet.py
@@ -283,6 +283,7 @@ class scapy(object):
             pkt_layer.nh = nh
         pkt_layer.src = src
         pkt_layer.dst = dst
+        pkt_layer.hlim = hlim
 
     def tcp(self, pkt_layer, src=53, dst=53, flags=0, len=None, chksum=None):
         pkt_layer.sport = src
-- 
2.7.4


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

* Re: [dts] [PATCH V1] framework/packet: add support of set value about ipv6 hlim
  2019-12-10 20:02 [dts] [PATCH V1] framework/packet: add support of set value about ipv6 hlim lihong
@ 2019-12-11  3:30 ` Zhu, ShuaiX
  2019-12-20  7:48 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhu, ShuaiX @ 2019-12-11  3:30 UTC (permalink / raw)
  To: Ma, LihongX, dts; +Cc: Ma, LihongX, Zhu, ShuaiX

Tested-by: Zhu, ShuaiX <shuaix.zhu@intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong
> Sent: Wednesday, December 11, 2019 4:03 AM
> To: dts@dpdk.org
> Cc: Ma, LihongX <lihongx.ma@intel.com>
> Subject: [dts] [PATCH V1] framework/packet: add support of set value about ipv6
> hlim
> 
> 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 c60ef9c..b0b8a41
> 100755
> --- a/framework/packet.py
> +++ b/framework/packet.py
> @@ -283,6 +283,7 @@ class scapy(object):
>              pkt_layer.nh = nh
>          pkt_layer.src = src
>          pkt_layer.dst = dst
> +        pkt_layer.hlim = hlim
> 
>      def tcp(self, pkt_layer, src=53, dst=53, flags=0, len=None, chksum=None):
>          pkt_layer.sport = src
> --
> 2.7.4


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

* Re: [dts] [PATCH V1] framework/packet: add support of set value about ipv6 hlim
  2019-12-10 20:02 [dts] [PATCH V1] framework/packet: add support of set value about ipv6 hlim lihong
  2019-12-11  3:30 ` Zhu, ShuaiX
@ 2019-12-20  7:48 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-12-20  7:48 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: Wednesday, December 11, 2019 4:03 AM
> To: dts@dpdk.org
> Cc: Ma, LihongX <lihongx.ma@intel.com>
> Subject: [dts] [PATCH V1] framework/packet: add support of set value about
> ipv6 hlim
> 
> 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
> c60ef9c..b0b8a41 100755
> --- a/framework/packet.py
> +++ b/framework/packet.py
> @@ -283,6 +283,7 @@ class scapy(object):
>              pkt_layer.nh = nh
>          pkt_layer.src = src
>          pkt_layer.dst = dst
> +        pkt_layer.hlim = hlim
> 
>      def tcp(self, pkt_layer, src=53, dst=53, flags=0, len=None, chksum=None):
>          pkt_layer.sport = src
> --
> 2.7.4


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

end of thread, other threads:[~2019-12-20  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-10 20:02 [dts] [PATCH V1] framework/packet: add support of set value about ipv6 hlim lihong
2019-12-11  3:30 ` Zhu, ShuaiX
2019-12-20  7:48 ` 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).