[dpdk-dev] [PATCH] test: reduce test time for func reentrancy ut

Pattan, Reshma reshma.pattan at intel.com
Wed Oct 17 12:57:05 CEST 2018



> -----Original Message-----
> From: Somarowthu, Naga SureshX
> Sent: Wednesday, October 10, 2018 2:15 PM
> To: dev at dpdk.org
> Cc: Pattan, Reshma <reshma.pattan at intel.com>; Burakov, Anatoly
> <anatoly.burakov at intel.com>; Somarowthu, Naga SureshX
> <naga.sureshx.somarowthu at intel.com>
> Subject: [PATCH] test: reduce test time for func reentrancy ut
> 
> 
> Signed-off-by: Naga Suresh Somarowthu
> <naga.sureshx.somarowthu at 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.

Acked-by: Reshma Pattan <reshma.pattan at intel.com>

Thanks,
Reshma



More information about the dev mailing list