From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: increase memory allocated for greedy autotests Date: Fri, 22 Jul 2016 00:01:02 +0200 Message-ID: <1720284.AQ5PK1slFI@xps13> References: <1468948913-23533-1-git-send-email-thomas.monjalon@6wind.com> <8e498a89-adcc-5937-d75c-f354a001f96a@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Olivier Matz Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id C2AD858D4 for ; Fri, 22 Jul 2016 00:01:10 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id p129so5508881wmp.0 for ; Thu, 21 Jul 2016 15:01:10 -0700 (PDT) In-Reply-To: <8e498a89-adcc-5937-d75c-f354a001f96a@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-21 11:07, Olivier Matz: > On 07/19/2016 07:21 PM, Thomas Monjalon wrote: > > The autotest lists, requirements and distribution needs a big rework > > to reduce the amount of cores and memory required. > > The root cause is not addressed yet. > > > > This patch just increase some memory allocation for some greedy tests > > which often fail because of memory fragmentation: > > LPM6 and reentrancy tests in groups 3 and 6 respectively. > > > > Signed-off-by: Thomas Monjalon > > Tested-by: Olivier Matz Applied, thanks