From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 886A1A05D3 for ; Thu, 25 Apr 2019 04:33:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3D5551B111; Thu, 25 Apr 2019 04:33:41 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 90D3F1B0FB for ; Thu, 25 Apr 2019 04:33:39 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2019 19:33:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,392,1549958400"; d="scan'208";a="138615082" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga006.jf.intel.com with ESMTP; 24 Apr 2019 19:33:38 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 24 Apr 2019 19:33:37 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.25]) with mapi id 14.03.0415.000; Thu, 25 Apr 2019 10:33:36 +0800 From: "Yao, BingX Y" To: "Zhu, WenhuiX" , "dts@dpdk.org" CC: "Zhu, WenhuiX" Thread-Topic: [dts] [PATCH V1] tests/dynamic_queue add more cores for testpmd Thread-Index: AQHU+wvaJbftJnqUtUWkaZD/vswXv6ZMKF6g Date: Thu, 25 Apr 2019 02:33:35 +0000 Message-ID: <95BCD24840F32441BEA74E0F8A31839E04F19B43@shsmsx102.ccr.corp.intel.com> References: <1556158358-8416-1-git-send-email-wenhuix.zhu@intel.com> In-Reply-To: <1556158358-8416-1-git-send-email-wenhuix.zhu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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/dynamic_queue add more cores for testpmd 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: Yao, BingX Y -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhuwenhui Sent: Thursday, April 25, 2019 10:13 AM To: dts@dpdk.org Cc: Zhu, WenhuiX Subject: [dts] [PATCH V1] tests/dynamic_queue add more cores for testpmd When fortville spirit binds multiple ports, starting testpmd requires more = cores. Signed-off-by: zhuwenhui --- tests/TestSuite_dynamic_queue.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/TestSuite_dynamic_queue.py b/tests/TestSuite_dynamic_que= ue.py index 3aad63f..e07efa8 100644 --- a/tests/TestSuite_dynamic_queue.py +++ b/tests/TestSuite_dynamic_queue.py @@ -27,12 +27,11 @@ class TestDynamicQueue(TestCase): self.dut_testpmd =3D PmdOutput(self.dut) =20 def set_up(self): - # Because of fortville spirit limitation,can't use 2 ports for tes= ting + # Fortville_spirit needs more cores to run properly if (self.nic in ["fortville_spirit"]): self.dut_testpmd.start_testpmd( - "Default", "--port-topology=3Dchained --txq=3D%s --rxq=3D%= s" - % (self.PF_QUEUE, self.PF_QUEUE), eal_param=3D"-w %s" - % (self.dut.get_port_pci(self.dut_ports[0]))) + "1S/7C/1T", "--port-topology=3Dchained --txq=3D%s --rxq=3D= %s" + % (self.PF_QUEUE, self.PF_QUEUE)) elif (self.nic in ["cavium_a063"]): eal_opts =3D "" for port in self.dut_ports: -- 2.17.2