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 B8F0BA056D; Tue, 3 Mar 2020 08:42:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 90B6B2C16; Tue, 3 Mar 2020 08:42:22 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 340942C02 for ; Tue, 3 Mar 2020 08:42:20 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 23:42:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="412651097" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 02 Mar 2020 23:42:18 -0800 Received: from fmsmsx122.amr.corp.intel.com (10.18.125.37) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:42:17 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx122.amr.corp.intel.com (10.18.125.37) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:42:17 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by shsmsx102.ccr.corp.intel.com ([169.254.2.50]) with mapi id 14.03.0439.000; Tue, 3 Mar 2020 15:42:15 +0800 From: "Tu, Lijuan" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH V1] tests/perf_virtio_user_pvp:add create_eal_parameters function. Thread-Index: AQHV7IUSvlKYVWqs1k2qtnGwCz4p1Kg2YCQA//+ABwCAAKUvwA== Date: Tue, 3 Mar 2020 07:42:14 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBE93F0@SHSMSX101.ccr.corp.intel.com> References: <1582708737-36706-1-git-send-email-shuaix.zhu@intel.com> <8CE3E05A3F976642AAB0F4675D0AD20E0BBE8ECE@SHSMSX101.ccr.corp.intel.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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" So please ask your "BB" to explain. thanks > -----Original Message----- > From: Zhu, ShuaiX > Sent: Tuesday, March 3, 2020 1:51 PM > To: Tu, Lijuan ; dts@dpdk.org > Cc: Wang, Yinan > Subject: RE: [dts] [PATCH V1] tests/perf_virtio_user_pvp:add > create_eal_parameters function. >=20 > This is the result given by BB, let delete this parameter. >=20 > > -----Original Message----- > > From: Tu, Lijuan > > Sent: Tuesday, March 3, 2020 1:29 PM > > To: Zhu, ShuaiX ; dts@dpdk.org > > Cc: Wang, Yinan ; Zhu, ShuaiX > > > > Subject: RE: [dts] [PATCH V1] tests/perf_virtio_user_pvp:add > > create_eal_parameters function. > > > > Why remove it , can you add some explanation? > > > > > -----Original Message----- > > > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai > > > Sent: Wednesday, February 26, 2020 5:19 PM > > > To: dts@dpdk.org > > > Cc: Wang, Yinan ; Zhu, ShuaiX > > > > > > Subject: [dts] [PATCH V1] tests/perf_virtio_user_pvp:add > > > create_eal_parameters function. > > > > > > 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 =3D > > > self.dut.create_eal_parameters(cores=3Dself.core_list_host, > > > ports=3D[0], prefix=3D'vhost') > > > command_line_client =3D self.target + "/app/testpmd %s " + \ > > > - "--socket-mem 1024,1024 " \ > > > "--vdev 'net_vhost0,iface=3Dvhost-net,queues= =3D1' " > > + \ > > > "-- -i --nb-cores=3D%d --txd=3D%d --rxd=3D%= d" > > > command_line_client =3D command_line_client % (eal_params, > > > len(self.core_list_host)-1, > > > -- > > > 2.17.2