From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=SvE2KTMcrftz+Nf09sIhImER5R8EdIuiAU8rMJROPxQ=; b=THjxwm8K52ys7vRUajiZq02hnTze3DKeSQu7GrA9gwThePOih3IS/R1W56JNX58alS +D90vtlsSwO+ENxQe/7kXRwln6vWYZ8XKazywYiJAFBUCFSrzap9E8Yq1iq0WzOXlBLp BqlOFPrXf8kMNZh2QBGY4NUrQyQoCezfvQ+CL3l//ypRIcJq1WYoX6LYVuzYQWqEvVPz FcmTkBSYFpFoFx1aE5fh2FCPM4JnGX4UXdK6QtqswEdQ80YrtooS4dV9zAmlv3H6szqL O5VTsr/ys3//yc+FsDU61m0RMjbnmk5U4ET9psZflp0YHNnH6ZyO+Wq/VJf8lWcHpg3Y +MoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=SvE2KTMcrftz+Nf09sIhImER5R8EdIuiAU8rMJROPxQ=; b=Qp8udKfj+ftLB1cu1ntOH6rGvqvDniyR8YkePcdgDZwZx5y2yxlKfEXdyV/dzb4D40 hwPFPWrZSWDH7hrANFgZnRexYq3nUagG4aKcCTYz38CAGQktmpz4EDsm4uexMmfA2Mgv 2FUcP+EudXkUYk3/vFx6lQZLEu1KHZKmrodJSWlWEn9ctoerFa7Aw/GecVmAi9TINcxM Ie+1Ks8rEN88EWHoyYG7HDGAYh+o6xNIJQj/AYdxAuZydkOr+izGoYyN4RUDCKj4tYIG V5etRcu2zyQza4Wd2Q5MfmYrvGW/r4dNmED7bwYxsER65aKJW0nELCRFkoIPYpSzcjfT PLjQ== X-Gm-Message-State: ALyK8tJjlyzV2eSOwPfqC4ij6F6ZVWjZfBkp5dwHjzyIkImRxRk1USNaAw+NoxDHK7MIBBMP X-Received: by 10.28.92.71 with SMTP id q68mr4261670wmb.85.1469138470562; Thu, 21 Jul 2016 15:01:10 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 17sm7591861wmf.6.2016.07.21.15.01.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Jul 2016 15:01:09 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz Cc: dev@dpdk.org Date: Fri, 22 Jul 2016 00:01:02 +0200 Message-ID: <1720284.AQ5PK1slFI@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <8e498a89-adcc-5937-d75c-f354a001f96a@6wind.com> References: <1468948913-23533-1-git-send-email-thomas.monjalon@6wind.com> <8e498a89-adcc-5937-d75c-f354a001f96a@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 22:01:10 -0000 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