From: "Yao, Lei A" <lei.a.yao@intel.com>
To: "Mo, YufengX" <yufengx.mo@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH V1 2/2] pktgen/ixia: fix ping ipv6 issue
Date: Tue, 14 Jan 2020 06:44:30 +0000 [thread overview]
Message-ID: <1f9777537e7c43d38e2ef17bacf2e2c0@intel.com> (raw)
In-Reply-To: <20200114064517.12742-3-yufengx.mo@intel.com>
> -----Original Message-----
> From: Mo, YufengX <yufengx.mo@intel.com>
> Sent: Tuesday, January 14, 2020 2:45 PM
> To: dts@dpdk.org; Yao, Lei A <lei.a.yao@intel.com>
> Cc: Mo, YufengX <yufengx.mo@intel.com>
> Subject: [dts][PATCH V1 2/2] pktgen/ixia: fix ping ipv6 issue
>
>
> fix ixia ping ipv6 issue.
>
> Signed-off-by: yufengmx <yufengx.mo@intel.com>
Acked-by: Lei Yao<lei.a.yao@intel.com>
> ---
> framework/tester.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/tester.py b/framework/tester.py index
> 7b05832..4a3d110 100644
> --- a/framework/tester.py
> +++ b/framework/tester.py
> @@ -509,7 +509,7 @@ class Tester(Crb):
> """
> if self.is_pktgen:
> if self.ports_info[localPort]['type'].lower() in 'ixia':
> - return self.packet_gen.send_ping6(
> + return self.pktgen.send_ping6(
> self.ports_info[localPort]['pci'], mac, ipv6)
> elif self.ports_info[localPort]['type'].lower() == 'trex':
> return "Not implemented yet"
> --
> 2.21.0
next prev parent reply other threads:[~2020-01-14 6:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-14 6:45 [dts] [PATCH V1 0/2] " yufengmx
2020-01-14 6:45 ` [dts] [PATCH V1 1/2] " yufengmx
2020-01-14 6:45 ` Yao, Lei A
2020-01-14 6:45 ` [dts] [PATCH V1 2/2] " yufengmx
2020-01-14 6:44 ` Yao, Lei A [this message]
2020-01-16 5:52 ` [dts] [PATCH V1 0/2] " 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=1f9777537e7c43d38e2ef17bacf2e2c0@intel.com \
--to=lei.a.yao@intel.com \
--cc=dts@dpdk.org \
--cc=yufengx.mo@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).