-----Original Message-----
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pattan, Reshma
Sent: Wednesday, October 17, 2018 11:57 AM
To: Somarowthu, Naga SureshX <naga.sureshx.somarow...@intel.com>; dev@dpdk.org
Cc: Burakov, Anatoly <anatoly.bura...@intel.com>
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 <reshma.pat...@intel.com>; Burakov, Anatoly
> <anatoly.bura...@intel.com>; Somarowthu, Naga SureshX
> <naga.sureshx.somarow...@intel.com>
> Subject: [PATCH] test: reduce test time for func reentrancy ut
>
>
> Signed-off-by: Naga Suresh Somarowthu
> <naga.sureshx.somarow...@intel.com>
> ---
> 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 <reshma.pat...@intel.com>
Thanks,
Reshma