From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 6E8652BB9 for ; Thu, 21 Jul 2016 11:07:09 +0200 (CEST) Received: from alille-653-1-293-182.w90-1.abo.wanadoo.fr ([90.1.53.182] helo=[192.168.1.13]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1bQ9zE-0007CX-QS; Thu, 21 Jul 2016 11:09:45 +0200 To: Thomas Monjalon , dev@dpdk.org References: <1468948913-23533-1-git-send-email-thomas.monjalon@6wind.com> From: Olivier Matz Message-ID: <8e498a89-adcc-5937-d75c-f354a001f96a@6wind.com> Date: Thu, 21 Jul 2016 11:07:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0 MIME-Version: 1.0 In-Reply-To: <1468948913-23533-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/test: increase memory allocated for greedy autotests 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: Thu, 21 Jul 2016 09:07:09 -0000 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