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 785071B12E for ; Wed, 17 Oct 2018 12:57:08 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2018 03:57:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,392,1534834800"; d="scan'208";a="88997787" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by FMSMGA003.fm.intel.com with ESMTP; 17 Oct 2018 03:57:06 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.182]) by IRSMSX109.ger.corp.intel.com ([169.254.13.3]) with mapi id 14.03.0319.002; Wed, 17 Oct 2018 11:57:06 +0100 From: "Pattan, Reshma" To: "Somarowthu, Naga SureshX" , "dev@dpdk.org" CC: "Burakov, Anatoly" Thread-Topic: [PATCH] test: reduce test time for func reentrancy ut Thread-Index: AQHUYJujnlmqQe5nxEuxZy9aRgIyhqUjTl8g Date: Wed, 17 Oct 2018 10:57:05 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3B91E9@irsmsx110.ger.corp.intel.com> References: <1539177312-6712-1-git-send-email-naga.sureshx.somarowthu@intel.com> In-Reply-To: <1539177312-6712-1-git-send-email-naga.sureshx.somarowthu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test: reduce test time for func reentrancy ut X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2018 10:57:09 -0000 > -----Original Message----- > From: Somarowthu, Naga SureshX > Sent: Wednesday, October 10, 2018 2:15 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Burakov, Anatoly > ; Somarowthu, Naga SureshX > > Subject: [PATCH] test: reduce test time for func reentrancy ut >=20 >=20 > Signed-off-by: Naga Suresh Somarowthu > > --- > test/test/test_func_reentrancy.c | 60 +++++++++++++++-------------------= ------ > 1 file changed, 22 insertions(+), 38 deletions(-) >=20 >=20 > -#define MAX_LCORES RTE_MAX_MEMZONE / (MAX_ITER_TIMES * 4U) > +#define MAX_LCORES (RTE_MAX_MEMZONE / (MAX_ITER_MULTI * 4U)) >=20 Small nit, u can undo this change. Other than that. Acked-by: Reshma Pattan Thanks, Reshma