From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Gm5D84WvNpe29jGaK6S8iW9JnqS002N7qaXrbWzN0Eg=; b=Ee5JoXc3NxCgZTZUBNLGRiGI4RBgGgUEsilrnb/G+Qgg5IRJZBJXsEjFprwOM0/Zac iG2A5WLtgiXJewpDh6kZc38LSnKbfGb2/r06QXBthoyArm3iCZifR7z2eebuqKFRBxy6 4dsT8ZlnOhuEnuA4w1AnFbuueZbyEIYOSfZjSqqcUgJLMgxbNFD5kVdNP8aSoTJM3Quy MXwQdcSMoBDcdUhUCBxFSWGIwgsHn9JME/1dy4Ih9B2nTD32ilSb6PCDAlBgimX7oz5n 2Hf6KebJTyWC37KpctjQyWekF50rnmiGr1Aj33z7iHq5g36gbY6RJ6mcTaGoinR04Ua7 OjpA== X-Gm-Message-State: ALoCoQmqDV/UkQaR05h4LdDV5yqIzfZF7yPCVaMFUM9tOay8o0784CJgvzu8eIkuJeo2s4PxW7BC X-Received: by 10.194.173.8 with SMTP id bg8mr968560wjc.65.1434373658828; Mon, 15 Jun 2015 06:07:38 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id js3sm18862773wjc.5.2015.06.15.06.07.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jun 2015 06:07:37 -0700 (PDT) From: Thomas Monjalon To: Gaetan Rivet Date: Mon, 15 Jun 2015 15:06:41 +0200 Message-ID: <28138189.FqND2e2gQx@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433160660-20773-1-git-send-email-david.marchand@6wind.com> References: <1433160660-20773-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] app/test: fix default memory assignment 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: Mon, 15 Jun 2015 13:07:39 -0000 > 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