From: "Xiao, QimaiX" <qimaix.xiao@intel.com>
To: "Xiao, QimaiX" <qimaix.xiao@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Subject: Re: [dts] [PATCH V1]tests/packet_capture: fix testpmd file-prefix for pdump
Date: Fri, 14 Aug 2020 08:35:32 +0000 [thread overview]
Message-ID: <MWHPR1101MB2254BAF71248F483D860C931FB400@MWHPR1101MB2254.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20200813073346.41991-1-qimaix.xiao@intel.com>
Tested-by: Xiao Qimai <qimaix.xiao@intel.com>
Regards,
Xiao Qimai
> -----Original Message-----
> From: Xiao Qimai <qimaix.xiao@intel.com>
> Sent: Thursday, August 13, 2020 3:34 PM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts][PATCH V1]tests/packet_capture: fix testpmd file-prefix for
> pdump
>
> *. pdump depends on same file prefix with testpmd, as start_testpmd
> method in pmd_output module will attach pid and timestamp in file-prefix by
> default, need set fixed_prefix to True.
>
> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
> ---
> tests/TestSuite_packet_capture.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/TestSuite_packet_capture.py
> b/tests/TestSuite_packet_capture.py
> index 6a6a5ea..9c2a309 100644
> --- a/tests/TestSuite_packet_capture.py
> +++ b/tests/TestSuite_packet_capture.py
> @@ -451,7 +451,7 @@ class TestPacketCapture(TestCase):
> "rm -fr {0}/*".format(self.pdump_log), "# ", 10)
> param_opt = "--port-topology=chained"
> eal_param = '--file-prefix=test'
> - self.testpmd.start_testpmd("Default", param=param_opt,
> + self.testpmd.start_testpmd("Default", param=param_opt,
> + fixed_prefix=True,
> eal_param=eal_param)
> self.testpmd.execute_cmd("set fwd io")
> self.testpmd.execute_cmd("start")
> --
> 2.25.1
next prev parent reply other threads:[~2020-08-14 8:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-13 7:33 Xiao Qimai
2020-08-14 8:35 ` Xiao, QimaiX [this message]
2020-08-21 2:50 ` 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=MWHPR1101MB2254BAF71248F483D860C931FB400@MWHPR1101MB2254.namprd11.prod.outlook.com \
--to=qimaix.xiao@intel.com \
--cc=dts@dpdk.org \
/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).