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 0088CA056D; Tue, 3 Mar 2020 06:41:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EBDFD1C00F; Tue, 3 Mar 2020 06:41:43 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id C43552BB8 for ; Tue, 3 Mar 2020 06:41:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 21:41:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="438593572" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 02 Mar 2020 21:41:41 -0800 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 21:41:41 -0800 Received: from fmsmsx604.amr.corp.intel.com (10.18.126.84) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 2 Mar 2020 21:41:38 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx604.amr.corp.intel.com (10.18.126.84) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Mon, 2 Mar 2020 21:41:38 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.155]) with mapi id 14.03.0439.000; Tue, 3 Mar 2020 13:41:36 +0800 From: "Tu, Lijuan" To: "Zhu, ShuaiX" , "dts@dpdk.org" CC: "Wang, Yinan" , "Zhu, ShuaiX" Thread-Topic: [dts] [PATCH V1] tests/pvp_virtio_bonding:add create_eal_parameters function. Thread-Index: AQHV7IUdt863uwebSUurvHjyg6IZhqg2Y8BQ Date: Tue, 3 Mar 2020 05:41:35 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBE8F73@SHSMSX101.ccr.corp.intel.com> References: <1582708737-36706-1-git-send-email-shuaix.zhu@intel.com> <1582708737-36706-5-git-send-email-shuaix.zhu@intel.com> In-Reply-To: <1582708737-36706-5-git-send-email-shuaix.zhu@intel.com> 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/pvp_virtio_bonding: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" Applied, thanks > -----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/pvp_virtio_bonding:add > create_eal_parameters function. >=20 > Remove parameters:"--socket-mem 2048,2048 --legacy-mem" >=20 > Signed-off-by: zhu,shuai > --- > tests/TestSuite_pvp_virtio_bonding.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_pvp_virtio_bonding.py > b/tests/TestSuite_pvp_virtio_bonding.py > index 1405b0b..b551487 100644 > --- a/tests/TestSuite_pvp_virtio_bonding.py > +++ b/tests/TestSuite_pvp_virtio_bonding.py > @@ -88,7 +88,7 @@ class TestPVPVirtIOBonding(TestCase): > for i in range(self.queues): > vdev_info +=3D "--vdev 'net_vhost%d,iface=3Dvhost- > net%d,client=3D1,queues=3D1' " % (i, i) > params =3D "--port-topology=3Dchained --nb-cores=3D4 --txd=3D102= 4 --rxd=3D1024" > - eal_param =3D "--socket-mem 2048,2048 --legacy-mem --file- > prefix=3Dvhost %s " % vdev_info > + eal_param =3D "--file-prefix=3Dvhost %s " % vdev_info > self.vhost_testpmd =3D PmdOutput(self.dut) > self.vhost_testpmd.start_testpmd(self.core_config, params, > eal_param=3Deal_param) > self.vhost_testpmd.execute_cmd('set fwd mac') > -- > 2.17.2