[dts] [PATCH V1] tests/perf_virtio_user_pvp:add create_eal_parameters function.

zhu,shuai shuaix.zhu at intel.com
Wed Feb 26 10:18:50 CET 2020


Remove parameters:"--socket-mem 1024,1024"

Signed-off-by: zhu,shuai <shuaix.zhu at intel.com>
---
 tests/TestSuite_perf_virtio_user_pvp.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/TestSuite_perf_virtio_user_pvp.py b/tests/TestSuite_perf_virtio_user_pvp.py
index 2073426..12031c3 100644
--- a/tests/TestSuite_perf_virtio_user_pvp.py
+++ b/tests/TestSuite_perf_virtio_user_pvp.py
@@ -236,7 +236,6 @@ class TestVirtioSingleCorePerf(TestCase):
             eal_params = self.dut.create_eal_parameters(cores=self.core_list_host,
                             ports=[0], prefix='vhost')
         command_line_client = self.target + "/app/testpmd %s " + \
-                        "--socket-mem 1024,1024 "  \
                         "--vdev 'net_vhost0,iface=vhost-net,queues=1' " + \
                         "-- -i --nb-cores=%d  --txd=%d --rxd=%d"
         command_line_client = command_line_client % (eal_params, len(self.core_list_host)-1,
-- 
2.17.2



More information about the dts mailing list