From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 18BEF1B272 for ; Wed, 12 Dec 2018 12:02:31 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2018 03:02:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,344,1539673200"; d="scan'208";a="109756363" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 12 Dec 2018 03:02:30 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 12 Dec 2018 03:02:30 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 12 Dec 2018 03:02:29 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.203]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.201]) with mapi id 14.03.0415.000; Wed, 12 Dec 2018 19:02:28 +0800 From: "Lin, Xueqin" To: "Li, WenjieX A" , "dts@dpdk.org" CC: "Li, WenjieX A" Thread-Topic: [dts] [PATCH V1] tests/dynamic_queue: halve the queue number for fvl_40G nic Thread-Index: AQHUkgNXm66VFMlipkGcgXo41fq7E6V66V5A Date: Wed, 12 Dec 2018 11:02:27 +0000 Message-ID: <0D300480287911409D9FF92C1FA2A3355B45F03A@SHSMSX104.ccr.corp.intel.com> References: <1544609775-27422-1-git-send-email-wenjiex.a.li@intel.com> In-Reply-To: <1544609775-27422-1-git-send-email-wenjiex.a.li@intel.com> Accept-Language: zh-CN, 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: halve the queue number for fvl_40G nic 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: , X-List-Received-Date: Wed, 12 Dec 2018 11:02:32 -0000 Hi Wenjie, Suggest not decreasing the queue number. If chang as your patch, queue number will decrease for all FVL 40G, it is n= ot reasonable.=20 I can't reproduce it for FVL 40G on my environment, only see it on your env= ironment.=20 My concern as below: 1. Basic TX with multi-queues also has the issue, it is not dynamic queue f= eature special issue. 2. Your CPU is v2, suggest changing other 40G on this sever if has the issu= e, if yes, means not NIC issue, maybe CPU is too old.=20 3. Double check if 10G on this server has the issue.=20 Best regards, Xueqin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Wenjie Li > Sent: Wednesday, December 12, 2018 6:16 PM > To: dts@dpdk.org > Cc: Li, WenjieX A > Subject: [dts] [PATCH V1] tests/dynamic_queue: halve the queue number for > fvl_40G nic >=20 > For fvl_40G nic, txq cases will fail if the queue number is 64 and could = pass > with less queues, so reduce the number. >=20 > Signed-off-by: Wenjie Li >=20 > --- > tests/TestSuite_dynamic_queue.py | 2 ++ > 1 file changed, 2 insertions(+) >=20 > diff --git a/tests/TestSuite_dynamic_queue.py > b/tests/TestSuite_dynamic_queue.py > index f155686..8fc2def 100644 > --- a/tests/TestSuite_dynamic_queue.py > +++ b/tests/TestSuite_dynamic_queue.py > @@ -27,6 +27,8 @@ class TestDynamicQueue(TestCase): > self.dut_testpmd =3D PmdOutput(self.dut) >=20 > def set_up(self): > + if self.nic in ['fortville_spirit']: > + self.PF_QUEUE =3D self.PF_QUEUE / 2 > self.dut_testpmd.start_testpmd( > "Default", "--port-topology=3Dchained --txq=3D%s --rxq=3D%s" > % (self.PF_QUEUE, self.PF_QUEUE)) > -- > 2.17.2