[dts] [PATCH V1 2/2] tests/metering_and_policing: modify the test command for softnic

Zhao, XinfengX xinfengx.zhao at intel.com
Mon Dec 9 06:13:17 CET 2019


Tested-by:  Zhao, Xinfeng<xinfengx.zhao at intel.com>

-----Original Message-----
From: Zhao, XinfengX 
Sent: Friday, December 6, 2019 8:25 AM
To: dts at dpdk.org
Cc: Zhao, XinfengX <xinfengx.zhao at 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 at 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



More information about the dts mailing list