From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pablo.de.lara.guarch@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 2007A9E7
 for <dev@dpdk.org>; Tue,  5 Apr 2016 12:15:19 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by orsmga103.jf.intel.com with ESMTP; 05 Apr 2016 03:15:19 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,443,1455004800"; d="scan'208";a="778342069"
Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153])
 by orsmga003.jf.intel.com with ESMTP; 05 Apr 2016 03:15:18 -0700
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by
 IRSMSX101.ger.corp.intel.com ([169.254.1.157]) with mapi id 14.03.0248.002;
 Tue, 5 Apr 2016 11:15:17 +0100
From: "De Lara Guarch, Pablo" <pablo.de.lara.guarch@intel.com>
To: Olivier Matz <olivier.matz@6wind.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH] autotests: increase memory for group_2
Thread-Index: AQHRjw4MXIezTLFiSkO5iLL1xNtiu597KecQ
Date: Tue, 5 Apr 2016 10:15:16 +0000
Message-ID: <E115CCD9D858EF4F90C690B0DCB4D8973C8EA27F@IRSMSX108.ger.corp.intel.com>
References: <1459841801-23376-1-git-send-email-olivier.matz@6wind.com>
In-Reply-To: <1459841801-23376-1-git-send-email-olivier.matz@6wind.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTQ5OGVmNDktNmU2MS00NWNmLWFlN2MtZTZhZTljMmJkOWE4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlhCekpoSFNKZUJCK2x3YnlEZ2ZpOUljTGlSMGJBa0lPcEpIV1I0elwvVmwwPSJ9
x-ctpclassification: CTP_IC
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] autotests: increase memory for group_2
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Apr 2016 10:15:20 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olivier Matz
> Sent: Tuesday, April 05, 2016 8:37 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] autotests: increase memory for group_2
>=20
> 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.
>=20
> Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
> ---
>  app/test/autotest_data.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>=20
> 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 =3D [
>  },
>  {
>  	"Prefix":	"group_2",
> -	"Memory" :	"64",
> +	"Memory" :	"128",
>  	"Tests" :
>  	[
>  		{
> --
> 2.1.4

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