From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test: reduce test time for func reentrancy ut Date: Tue, 06 Nov 2018 02:42:50 +0100 Message-ID: <4696021.Ij7b8jdt7d@xps> References: <3AEA2BF9852C6F48A459DA490692831F2A3CFB1F@irsmsx110.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Pattan, Reshma" , "Burakov, Anatoly" To: "Somarowthu, Naga SureshX" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 519CD54AE for ; Tue, 6 Nov 2018 02:42:53 +0100 (CET) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A3CFB1F@irsmsx110.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/11/2018 11:28, Pattan, Reshma: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pattan, Reshma > > From: Somarowthu, Naga SureshX > > > > Signed-off-by: Naga Suresh Somarowthu > > > > --- > > test/test/test_func_reentrancy.c | 60 > > +++++++++++++++------------------------- > > 1 file changed, 22 insertions(+), 38 deletions(-) > > > > > > -#define MAX_LCORES RTE_MAX_MEMZONE / (MAX_ITER_TIMES * 4U) > > +#define MAX_LCORES (RTE_MAX_MEMZONE / (MAX_ITER_MULTI * 4U)) > > > > >Small nit, u can undo this change. Other than that. > > You can ignore this comment. Patch looks ok. > > > Acked-by: Reshma Pattan Applied, thanks