[dpdk-dev] [PATCH] autotests: increase memory for group_2

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue Apr 5 12:15:16 CEST 2016



> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Olivier Matz
> Sent: Tuesday, April 05, 2016 8:37 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH] autotests: increase memory for group_2
> 
> The hash test (located in group_2) may require more than 64MB of memory,
> especially if the memory is physically fragmented, making the test to
> fail. So increase the memory to 128MB to avoid this issue.
> 
> Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
> ---
>  app/test/autotest_data.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/app/test/autotest_data.py b/app/test/autotest_data.py
> index 6f34d6b..dde4511 100644
> --- a/app/test/autotest_data.py
> +++ b/app/test/autotest_data.py
> @@ -109,7 +109,7 @@ parallel_test_group_list = [
>  },
>  {
>  	"Prefix":	"group_2",
> -	"Memory" :	"64",
> +	"Memory" :	"128",
>  	"Tests" :
>  	[
>  		{
> --
> 2.1.4

Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>



More information about the dev mailing list