From: "Liu, Yong" <yong.liu@intel.com>
To: Ding Heng <hengx.ding@intel.com>, dts@dpdk.org
Subject: Re: [dts] [PATCH] tests pmd: fix perf_pmd_performance_4ports case failed issue.
Date: Mon, 09 Nov 2015 15:14:11 +0800 [thread overview]
Message-ID: <564047C3.7000701@intel.com> (raw)
In-Reply-To: <1447039198-29307-1-git-send-email-hengx.ding@intel.com>
Applied. Thanks.
On 11/09/2015 11:19 AM, Ding Heng wrote:
> Modify a variable name to avoid this issue.
>
> Signed-off-by: Ding Heng <hengx.ding@intel.com>
>
> diff --git a/tests/TestSuite_pmd.py b/tests/TestSuite_pmd.py
> index 525ed02..29dec2b 100644
> --- a/tests/TestSuite_pmd.py
> +++ b/tests/TestSuite_pmd.py
> @@ -154,12 +154,13 @@ class TestPmd(TestCase,IxiaPacketGenerator):
> port_mask = dts.create_mask(self.dut.get_ports())
>
> self.pmdout.start_testpmd("all", "--coremask=%s --rxq=%d --txq=%d --portmask=%s --rss-ip" % (core_mask, queues, queues, port_mask))
> + command_line = self.pmdout.get_pmd_cmd()
>
> info = "Executing PMD (mac fwd) using %s\n" % test_cycle['cores']
> dts.report(info, annex=True)
> self.logger.info(info)
>
> - dts.report(commandLine + "\n\n", frame=True, annex=True)
> + dts.report(command_line + "\n\n", frame=True, annex=True)
>
> # self.dut.send_expect("set fwd mac", "testpmd> ", 100)
> self.dut.send_expect("start", "testpmd> ")
prev parent reply other threads:[~2015-11-09 7:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-09 3:19 Ding Heng
2015-11-09 7:14 ` Liu, Yong [this message]
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=564047C3.7000701@intel.com \
--to=yong.liu@intel.com \
--cc=dts@dpdk.org \
--cc=hengx.ding@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).