From: "Peng, Yuan" <yuan.peng@intel.com>
To: "Zhao, XinfengX" <xinfengx.zhao@intel.com>,
"dts@dpdk.org" <dts@dpdk.org>
Cc: "Zhao, XinfengX" <xinfengx.zhao@intel.com>
Subject: Re: [dts] [PATCH V1 2/2] tests/metering_and_policing: modify the test command for softnic
Date: Wed, 11 Dec 2019 03:11:08 +0000 [thread overview]
Message-ID: <67D543A150B29E4CAAE53918F64EDAEA377B1EF8@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <1575591901-198081-2-git-send-email-xinfengx.zhao@intel.com>
Acked-by Peng, Yuan <yuan.peng@intel.com>
-----Original Message-----
From: dts <dts-bounces@dpdk.org> On Behalf Of Xinfeng Zhao
Sent: Friday, December 6, 2019 8:25 AM
To: dts@dpdk.org
Cc: Zhao, XinfengX <xinfengx.zhao@intel.com>
Subject: [dts] [PATCH V1 2/2] tests/metering_and_policing: modify the test command for softnic
Signed-off-by: Xinfeng Zhao <xinfengx.zhao@intel.com>
---
tests/TestSuite_metering_and_policing.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/TestSuite_metering_and_policing.py b/tests/TestSuite_metering_and_policing.py
index ef8c419..73bcdbb 100644
--- a/tests/TestSuite_metering_and_policing.py
+++ b/tests/TestSuite_metering_and_policing.py
@@ -155,8 +155,8 @@ class TestMeteringAndPolicing(TestCase):
Corelist = "0x1f"
Servicecorelist = "0x10"
self.path = "./%s/app/testpmd" % self.target
- cmd = self.path + " -c %s -s %s -n %d --vdev 'net_softnic0,firmware=%s,cpu_id=0,conn_port=8086' \
- -- -i --rxq=%d --txq=%d --portmask=%s" \
+ cmd = self.path + " -c %s -s %s -n %d --vdev 'net_softnic0,firmware=%s' \
+ -- -i --rxq=%d --txq=%d --portmask=%s --disable-rss" \
% (Corelist, Servicecorelist, self.dut.get_memory_channels(), filename, self.port_id, self.port_id, portmask)
self.dut.send_expect(cmd, "testpmd>", 60)
--
2.17.1
next prev parent reply other threads:[~2019-12-11 3:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-06 0:25 [dts] [PATCH V1 1/2] test_plans/metering_and_policing: " Xinfeng Zhao
2019-12-06 0:25 ` [dts] [PATCH V1 2/2] tests/metering_and_policing: " Xinfeng Zhao
2019-12-09 5:13 ` Zhao, XinfengX
2019-12-11 3:11 ` Peng, Yuan [this message]
2019-12-11 3:10 ` [dts] [PATCH V1 1/2] test_plans/metering_and_policing: " Peng, Yuan
2019-12-19 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=67D543A150B29E4CAAE53918F64EDAEA377B1EF8@SHSMSX103.ccr.corp.intel.com \
--to=yuan.peng@intel.com \
--cc=dts@dpdk.org \
--cc=xinfengx.zhao@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).