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 31AD95F62 for ; Thu, 15 Mar 2018 07:37:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2018 23:37:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,308,1517904000"; d="scan'208";a="25421312" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 14 Mar 2018 23:37:49 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.18.124.207) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 14 Mar 2018 23:37:49 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX119.amr.corp.intel.com (10.18.124.207) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 14 Mar 2018 23:37:48 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.235]) by shsmsx102.ccr.corp.intel.com ([169.254.2.80]) with mapi id 14.03.0319.002; Thu, 15 Mar 2018 14:37:47 +0800 From: "Tu, LijuanX A" To: "Lu, PeipeiX" , "dts@dpdk.org" CC: "Lu, PeipeiX" Thread-Topic: [dts] [PATCH V1] tests/generic_filter: fix 128 queues failed Thread-Index: AQHTvCU/gqWjqTt8s0KL8Z1jzUa0B6PQ14nQ Date: Thu, 15 Mar 2018 06:37:47 +0000 Message-ID: <38D041F150D4184C8114E499040E62343DCE1257@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: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWUwNWIxYzktMzY3Yy00ZWE1LWIwM2QtMmRiYzc1OTVkMTk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJIY2dHUnhTQlYxc0FwY3BaSU50aldJOWo4SGhwc3g2Y3FGeTA3RVY2MFg0VTJvVFp6XC9HKytkSmQ3RUM0akY0WSJ9 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: Thu, 15 Mar 2018 06:37:52 -0000 Hi peipei, I think redundant code should be also removed ,when removing the parameter. -----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 remove parameter "--total-num-mbufs". the total_mbufs default was 128. plea= se refer to dpdk fadd37f. Signed-off-by: lu,peipei --- tests/TestSuite_generic_filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_fi= lter.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( --=20 1.9.3