From: "Zhu, ShuaiX" <shuaix.zhu@intel.com>
To: "Ma, LihongX" <lihongx.ma@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Ma, LihongX" <lihongx.ma@intel.com>,
"Zhu, ShuaiX" <shuaix.zhu@intel.com>
Subject: Re: [dts] [PATCH V1] framework/packet: add support of set value about ipv6 hlim
Date: Wed, 11 Dec 2019 03:30:23 +0000 [thread overview]
Message-ID: <4DC48DF9BDA3E54A836D2D3C057DEC6F0BBB9943@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1576008165-19769-1-git-send-email-lihongx.ma@intel.com>
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
next prev parent reply other threads:[~2019-12-11 3:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-10 20:02 lihong
2019-12-11 3:30 ` Zhu, ShuaiX [this message]
2019-12-20 7:48 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DC48DF9BDA3E54A836D2D3C057DEC6F0BBB9943@SHSMSX103.ccr.corp.intel.com \
--to=shuaix.zhu@intel.com \
--cc=dts@dpdk.org \
--cc=lihongx.ma@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).