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 5D04AA0525; Fri, 21 Feb 2020 02:57:02 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 50A87397D; Fri, 21 Feb 2020 02:57:02 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 12FE625B3 for ; Fri, 21 Feb 2020 02:56:59 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2020 17:56:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,466,1574150400"; d="scan'208";a="383325293" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 20 Feb 2020 17:56:58 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 20 Feb 2020 17:56:58 -0800 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 20 Feb 2020 17:56:58 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.97]) with mapi id 14.03.0439.000; Fri, 21 Feb 2020 09:56:55 +0800 From: "Tu, Lijuan" To: "Jiang, YuX" , "dts@dpdk.org" CC: "Jiang, YuX" Thread-Topic: [dts] [PATCH V1] tests/unit_tests_eal: modify cores for hash_readwrite_perf_autotest Thread-Index: AQHV5vruco0rAc8cJE6jKIWNLe4h3Kgk5mVw Date: Fri, 21 Feb 2020 01:56:55 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCC87A@SHSMSX101.ccr.corp.intel.com> References: <1582099661-64030-1-git-send-email-yux.jiang@intel.com> In-Reply-To: <1582099661-64030-1-git-send-email-yux.jiang@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.2.0.6 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/unit_tests_eal: modify cores for hash_readwrite_perf_autotest 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" Applied, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Jiang,yu > Sent: Wednesday, February 19, 2020 4:08 PM > To: dts@dpdk.org > Cc: Jiang, YuX > Subject: [dts] [PATCH V1] tests/unit_tests_eal: modify cores for > hash_readwrite_perf_autotest >=20 >=20 > hash_readwrite_perf_autotest need at least 3 cores to test >=20 > Signed-off-by: Jiang,yu > --- > tests/TestSuite_unit_tests_eal.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_unit_tests_eal.py > b/tests/TestSuite_unit_tests_eal.py > index bd1696b..9c80663 100644 > --- a/tests/TestSuite_unit_tests_eal.py > +++ b/tests/TestSuite_unit_tests_eal.py > @@ -191,7 +191,7 @@ class TestUnitTestsEal(TestCase): > Run hash readwrite perf autotest. > """ >=20 > - eal_params =3D self.dut.create_eal_parameters() > + eal_params =3D self.dut.create_eal_parameters(cores=3D'1S/4C/1T'= ) > self.dut.send_expect("./%s/app/test %s" % (self.target,eal_param= s), > "R.*T.*E.*>.*>", self.start_test_time) > out =3D self.dut.send_expect("hash_readwrite_perf_autotest", > -- > 1.9.3