From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 2007A9E7 for ; 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" To: Olivier Matz , "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: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 > --- > 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