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 C76EAA056D; Tue, 3 Mar 2020 06:49:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8D8DA1BFF2; Tue, 3 Mar 2020 06:49:41 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E400B2BB8 for ; Tue, 3 Mar 2020 06:49:39 +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 orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 21:49:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="438594866" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 02 Mar 2020 21:49:37 -0800 Received: from fmsmsx161.amr.corp.intel.com (10.18.125.9) 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:49:37 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX161.amr.corp.intel.com (10.18.125.9) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 21:49:37 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.201]) with mapi id 14.03.0439.000; Tue, 3 Mar 2020 13:49:34 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1 1/7]pvp_multi_paths_performance: remove unnecessary param --single-file-segments from vhost Thread-Index: AQHV7Ij2ELu7Ox8bgEO5qKJPyGeuGqg2Zevg Date: Tue, 3 Mar 2020 05:49:34 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBE8FFB@SHSMSX101.ccr.corp.intel.com> References: <1582709840-24698-1-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1582709840-24698-1-git-send-email-qimaix.xiao@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 1/7]pvp_multi_paths_performance: remove unnecessary param --single-file-segments from vhost 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 the series. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai > Sent: Wednesday, February 26, 2020 5:37 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts] [PATCH V1 1/7]pvp_multi_paths_performance: remove > unnecessary param --single-file-segments from vhost >=20 > Signed-off-by: Xiao Qimai > --- > tests/TestSuite_pvp_multi_paths_performance.py | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git a/tests/TestSuite_pvp_multi_paths_performance.py > b/tests/TestSuite_pvp_multi_paths_performance.py > index a884e1f..62fef12 100644 > --- a/tests/TestSuite_pvp_multi_paths_performance.py > +++ b/tests/TestSuite_pvp_multi_paths_performance.py > @@ -129,8 +129,6 @@ class TestPVPMultiPathPerformance(TestCase): > eal_param =3D self.dut.create_eal_parameters(cores=3Dself.core_l= ist_host, > prefix=3D'vhost', >=20 > ports=3D[self.dut.ports_info[self.dut_ports[0]]['pci']], > vdevs=3D['net_vhost0,= iface=3Dvhost- > net,queues=3D1,client=3D0']) > - if self.check_2M_env: > - eal_param +=3D " --single-file-segments" > command_line_client =3D "./%s/app/testpmd " % self.target + eal_= param > + " -- -i --nb-cores=3D1 --txd=3D1024 --rxd=3D1024" > self.vhost.send_expect(command_line_client, "testpmd> ", 120) > self.vhost.send_expect("set fwd mac", "testpmd> ", 120) > -- > 1.8.3.1