From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: fix default memory assignment Date: Mon, 15 Jun 2015 15:06:41 +0200 Message-ID: <28138189.FqND2e2gQx@xps13> References: <1433160660-20773-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id F366C5A53 for ; Mon, 15 Jun 2015 15:07:38 +0200 (CEST) Received: by wiwd19 with SMTP id d19so74522129wiw.0 for ; Mon, 15 Jun 2015 06:07:38 -0700 (PDT) In-Reply-To: <1433160660-20773-1-git-send-email-david.marchand@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" > Each test requires a certain minimal amount of memory. > Spreading memory on all sockets means that the test will get less memory than > what it wanted on multi sockets system. > So replace all_sockets() with per_sockets(). > > Also doubled memory on group_5 as current requirement is not enough. > > Signed-off-by: Gaetan Rivet > Signed-off-by: David Marchand Applied, thanks