From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 6A6881B212 for ; Fri, 2 Nov 2018 11:28:45 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2018 03:28:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,455,1534834800"; d="scan'208";a="93178233" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 02 Nov 2018 03:28:43 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.20]) by IRSMSX154.ger.corp.intel.com ([169.254.12.166]) with mapi id 14.03.0415.000; Fri, 2 Nov 2018 10:28:42 +0000 From: "Pattan, Reshma" To: "Pattan, Reshma" , "Somarowthu, Naga SureshX" , "dev@dpdk.org" CC: "Burakov, Anatoly" Thread-Topic: [PATCH] test: reduce test time for func reentrancy ut Thread-Index: AQHUYJujnlmqQe5nxEuxZy9aRgIyhqUjTl8ggBkdnCA= Date: Fri, 2 Nov 2018 10:28:42 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3CFB1F@irsmsx110.ger.corp.intel.com> References: <1539177312-6712-1-git-send-email-naga.sureshx.somarowthu@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A3B91E9@irsmsx110.ger.corp.intel.com> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A3B91E9@irsmsx110.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDJmNjA4YTEtN2Y1Mi00ZjUyLThlODAtOTM4YzU4YjVlMmFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoicWlKY0tNTW16U2lxRjcyTjZhOXA0Mmt0Tmd5OWthb3ZHZUxxSkdOTlVqZUVNMG9SVXNXYnlwejhIUWFwMksyYSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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: Fri, 02 Nov 2018 10:28:46 -0000 -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pattan, Reshma Sent: Wednesday, October 17, 2018 11:57 AM To: Somarowthu, Naga SureshX ; dev@dpdk.= org Cc: Burakov, Anatoly Subject: Re: [dpdk-dev] [PATCH] test: reduce test time for func reentrancy = ut > -----Original Message----- > From: Somarowthu, Naga SureshX > Sent: Wednesday, October 10, 2018 2:15 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; Burakov, Anatoly=20 > ; Somarowthu, Naga SureshX=20 > > 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=20 > +++++++++++++++------------------------- > 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. You can ignore this comment. Patch looks ok. Acked-by: Reshma Pattan Thanks, Reshma