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 57D9C5F22 for ; Mon, 19 Mar 2018 09:07:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2018 01:07:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,329,1517904000"; d="scan'208";a="40162074" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 19 Mar 2018 01:07:20 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 19 Mar 2018 01:07:16 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 19 Mar 2018 01:07:15 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.166]) with mapi id 14.03.0319.002; Mon, 19 Mar 2018 16:07:10 +0800 From: "Liu, Yong" To: "Lu, PeipeiX" , "dts@dpdk.org" CC: "Lu, PeipeiX" Thread-Topic: [dts] [PATCH V1] tests/generic_filter: fix 128 queues failed Thread-Index: AQHTvCU/Bvq4J1Fdr0iNfCH/NNOO/KPXOOLw Date: Mon, 19 Mar 2018 08:07:09 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62FC5C9A@SHSMSX103.ccr.corp.intel.com> References: <1521094668-84213-1-git-send-email-peipeix.lu@intel.com> In-Reply-To: <1521094668-84213-1-git-send-email-peipeix.lu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjI5N2FhYjItN2YwMi00M2NiLWIyODEtODE4YmY1NzFmYTcwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJ4UHowSDNRd083eDhSWk5nbEs0V21hblBTSzN4eVJHcFlFN2pXUjNBb050MERQd1p0MythMCtSS2t0ekJZNGNiIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 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] tests/generic_filter: fix 128 queues failed 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: Mon, 19 Mar 2018 08:07:23 -0000 Peipei, I can't find commit fadd37f in dpdk source tree, please double check that. The number of total mbufs is calculated for 128 queues. I don't think testp= md can start with default mbufs. Please check whether all queues have been set up. Thanks, Marvin=20 > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lu,peipei > Sent: Thursday, March 15, 2018 2:18 PM > To: dts@dpdk.org > Cc: Lu, PeipeiX > Subject: [dts] [PATCH V1] tests/generic_filter: fix 128 queues failed >=20 > remove parameter "--total-num-mbufs". the total_mbufs default was 128. > please refer to dpdk fadd37f. >=20 > Signed-off-by: lu,peipei > --- > tests/TestSuite_generic_filter.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_generic_filter.py > b/tests/TestSuite_generic_filter.py > index e62e351..276c10f 100644 > --- a/tests/TestSuite_generic_filter.py > +++ b/tests/TestSuite_generic_filter.py > @@ -696,7 +696,7 @@ class TestGeneric_filter(TestCase): > global valports > total_mbufs =3D self.request_mbufs(128) * len(valports) > self.pmdout.start_testpmd( > - "all", "--disable-rss --rxq=3D128 --txq=3D128 --portmask= =3D%s - > -nb-cores=3D4 --total-num-mbufs=3D%d" % (portMask, total_mbufs)) > + "all", "--disable-rss --rxq=3D128 --txq=3D128 --portmask= =3D%s - > -nb-cores=3D4" % portMask) > self.dut.send_expect( > "set stat_qmap rx %s 0 0" % valports[0], "testpmd> ") > self.dut.send_expect( > -- > 1.9.3