From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BE736A055E; Wed, 26 Feb 2020 10:13:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B6D441BFCC; Wed, 26 Feb 2020 10:13:42 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 249FA1BFB3 for ; Wed, 26 Feb 2020 10:13:40 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2020 01:13:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,487,1574150400"; d="scan'208";a="350345835" Received: from unknown (HELO dpdk-wenjielx-dtspatch135.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 26 Feb 2020 01:13:30 -0800 From: "zhu,shuai" To: dts@dpdk.org Cc: yinan.wang@intel.com, "zhu,shuai" Date: Wed, 26 Feb 2020 17:18:50 +0800 Message-Id: <1582708737-36706-1-git-send-email-shuaix.zhu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] tests/perf_virtio_user_pvp:add create_eal_parameters function. X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Remove parameters:"--socket-mem 1024,1024" Signed-off-by: zhu,shuai --- 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