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 49139A0559; Tue, 17 Mar 2020 06:14:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0A28D25D9; Tue, 17 Mar 2020 06:14:15 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 0D3F93B5 for ; Tue, 17 Mar 2020 06:14:12 +0100 (CET) IronPort-SDR: enT7zdq1jvnztomo7TP422unMX4j12UwCyGlwZ8t+hBYZFulCyqf0/CDZKQfOb4kQfRIH7dd8o C/5mGvcEy2ug== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2020 22:14:10 -0700 IronPort-SDR: i00iMwZTtVpIflSw1uf9BPigAZn97S2F4nczcYYBznN88utYjqXSeejKc5KKPlTo3IlGzjVceB CVe2goGYf08Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,563,1574150400"; d="scan'208";a="262916611" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga002.jf.intel.com with ESMTP; 16 Mar 2020 22:14:09 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 16 Mar 2020 22:14:08 -0700 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, 17 Mar 2020 13:14:06 +0800 From: "Tu, Lijuan" To: "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V2] tests/virtio_user_as_exceptional_path:fix eal_parameters Thread-Index: AQHV+OC/UPQ6hwIaIUyEOhMerfqMeqhMQ/Tg Date: Tue, 17 Mar 2020 05:14:06 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBEE95C@SHSMSX101.ccr.corp.intel.com> References: <1584067530-57446-1-git-send-email-weix.xie@intel.com> In-Reply-To: <1584067530-57446-1-git-send-email-weix.xie@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 V2] tests/virtio_user_as_exceptional_path:fix eal_parameters 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 Xie Wei > Sent: Friday, March 13, 2020 10:46 AM > To: dts@dpdk.org > Cc: Xie, WeiX > Subject: [dts] [PATCH V2] tests/virtio_user_as_exceptional_path:fix > eal_parameters >=20 > Signed-off-by: Xie Wei > --- > tests/TestSuite_virtio_user_as_exceptional_path.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_virtio_user_as_exceptional_path.py > b/tests/TestSuite_virtio_user_as_exceptional_path.py > index c1af852..470e0de 100644 > --- a/tests/TestSuite_virtio_user_as_exceptional_path.py > +++ b/tests/TestSuite_virtio_user_as_exceptional_path.py > @@ -129,7 +129,7 @@ class TestVirtioUserAsExceptionalPath(TestCase): > def launch_testpmd_exception_path(self): > testcmd =3D self.target + "/app/testpmd " > vdev =3D "--vdev=3Dvirtio_user0,mac=3D%s,path=3D/dev/vhost- > net,queue_size=3D1024" % self.virtio_mac > - eal_params =3D self.dut.create_eal_parameters(cores=3Dself.cores= , > ports=3D[self.pci0]) > + eal_params =3D self.dut.create_eal_parameters(cores=3Dself.cores= , > ports=3D[self.pci]) > para =3D " -- -i --rxd=3D1024 --txd=3D1024" > self.testcmd_start =3D testcmd + eal_params + vdev + para > self.vhost_user =3D self.dut.new_session(suite=3D"user") > -- > 2.17.2