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 1EC7AA0562; Tue, 31 Mar 2020 05:00:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 14FB91C0AA; Tue, 31 Mar 2020 05:00:16 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 32E7B2B8B for ; Tue, 31 Mar 2020 05:00:15 +0200 (CEST) IronPort-SDR: hLhbr5JHRLapCaGCfLhn8xjZX8Q8M8MKGT3r0yl+qhmPOSXhyhOewYT+AGsG6HXAFWHGBxscq1 suNiMxRolBiw== 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; 30 Mar 2020 20:00:14 -0700 IronPort-SDR: VmoXMewTts5pyNv02st6ywBJbX673lKfWciqpic9AQc0fxH1e+vf6xGXLyDsILFMuwHBATb4K+ Qwb3ECPyHEHQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,326,1580803200"; d="scan'208";a="267132254" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 30 Mar 2020 20:00:14 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 30 Mar 2020 20:00:14 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 31 Mar 2020 11:00:12 +0800 Received: from shsmsx606.ccr.corp.intel.com ([10.109.6.216]) by SHSMSX606.ccr.corp.intel.com ([10.109.6.216]) with mapi id 15.01.1713.004; Tue, 31 Mar 2020 11:00:12 +0800 From: "Xiao, QimaiX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH V1 08/11]vhost_virtio_pmd_interrupt: update script according to testplan's update Thread-Index: AQHWAn3fd5JPWUTY+EC6kjlTDb+BYKhiC/6A Date: Tue, 31 Mar 2020 03:00:12 +0000 Message-ID: References: <1585123857-130281-1-git-send-email-qimaix.xiao@intel.com> <1585123857-130281-8-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1585123857-130281-8-git-send-email-qimaix.xiao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1 08/11]vhost_virtio_pmd_interrupt: update script according to testplan's update 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" Tested-by: Xiao, QimaiX Regards, Xiao Qimai > -----Original Message----- > From: Xiao, QimaiX > Sent: Wednesday, March 25, 2020 4:11 PM > To: dts@dpdk.org > Cc: Xiao, QimaiX > Subject: [dts][PATCH V1 08/11]vhost_virtio_pmd_interrupt: update script > according to testplan's update >=20 > Signed-off-by: Xiao Qimai > --- > tests/TestSuite_vhost_virtio_pmd_interrupt.py | 19 ++++++++++++++++--- > 1 file changed, 16 insertions(+), 3 deletions(-) >=20 > diff --git a/tests/TestSuite_vhost_virtio_pmd_interrupt.py > b/tests/TestSuite_vhost_virtio_pmd_interrupt.py > index 5e6437e..ca69932 100644 > --- a/tests/TestSuite_vhost_virtio_pmd_interrupt.py > +++ b/tests/TestSuite_vhost_virtio_pmd_interrupt.py > @@ -117,7 +117,7 @@ class TestVhostVirtioPmdInterrupt(TestCase): > # get the core list depend on current nb_cores number > self.get_core_list() > testcmd =3D self.dut.target + "/app/testpmd " > - vdev =3D [r"'net_vhost0,iface=3D%s/vhost-net,queues=3D%d'" % > (self.base_dir, self.queues)] > + vdev =3D ['net_vhost0,iface=3D%s/vhost-net,queues=3D%d' % > + (self.base_dir, self.queues)] > eal_params =3D self.dut.create_eal_parameters(cores=3Dself.core_= list, > ports=3D[self.pci_info], vdevs=3Dvdev) > para =3D " -- -i --nb-cores=3D%d --rxq=3D%d --txq=3D%d --rss-ip"= % (self.nb_cores, > self.queues, self.queues) > command_line_client =3D testcmd + eal_params + para @@ -166,7 +1= 66,7 > @@ class TestVhostVirtioPmdInterrupt(TestCase): > if list(self.vm.params[i].keys())[0] =3D=3D 'cpu': > self.vm.params[i]['cpu'][0]['number'] =3D self.queues >=20 > - def start_vms(self, mode=3D0): > + def start_vms(self, mode=3D0, packed=3DFalse): > """ > start qemus > """ > @@ -177,7 +177,7 @@ class TestVhostVirtioPmdInterrupt(TestCase): > vm_params['opt_path'] =3D '%s/vhost-net' % self.base_dir > vm_params['opt_mac'] =3D "00:11:22:33:44:55" > vm_params['opt_queue'] =3D self.queues > - opt_param =3D "mrg_rxbuf=3Don,csum=3Don,mq=3Don,vectors=3D%d" % > (2*self.queues+2) > + opt_param =3D "mrg_rxbuf=3Don,csum=3Don,mq=3Don,vectors=3D%d" % > + (2*self.queues+2) if not packed else > + "mrg_rxbuf=3Don,csum=3Don,mq=3Don,vectors=3D%d,packed=3Don" % > (2*self.queues+2) > if mode =3D=3D 0: > vm_params['opt_settings'] =3D "disable-modern=3Dtrue," + opt= _param > elif mode =3D=3D 1: > @@ -311,6 +311,19 @@ class TestVhostVirtioPmdInterrupt(TestCase): > self.launch_l3fwd_power_in_vm() > self.send_and_verify() >=20 > + def test_perf_packed_ring_virtio_interrupt_with_16queues(self): > + """ > + wake up virtio_user 0.95 core with l3fwd-power sample > + """ > + self.queues =3D 16 > + self.nb_cores =3D 16 > + self.start_testpmd_on_vhost() > + self.start_vms(mode=3D0, packed=3DTrue) > + self.prepare_vm_env() > + self.launch_l3fwd_power_in_vm() > + self.send_and_verify() > + > + > def tear_down(self): > """ > Run after each test case. > -- > 1.8.3.1