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

Xinfeng Zhao xinfengx.zhao at intel.com
Fri Dec 6 01:25:01 CET 2019


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