From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 6E379A046B for ; Wed, 26 Jun 2019 11:45:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 26F3920BD; Wed, 26 Jun 2019 11:45:00 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 269201E2F for ; Wed, 26 Jun 2019 11:44:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2019 02:44:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,419,1557212400"; d="scan'208";a="337152599" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.101]) ([10.237.220.101]) by orsmga005.jf.intel.com with ESMTP; 26 Jun 2019 02:44:56 -0700 To: David Marchand , dev@dpdk.org Cc: thomas@monjalon.net, aconole@redhat.com, msantana@redhat.com References: <1559638792-8608-1-git-send-email-david.marchand@redhat.com> <1559638792-8608-10-git-send-email-david.marchand@redhat.com> From: "Burakov, Anatoly" Message-ID: <2ff94323-8337-0568-bc4e-2c0f33c7fa4d@intel.com> Date: Wed, 26 Jun 2019 10:44:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <1559638792-8608-10-git-send-email-david.marchand@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 09/14] test/eal: set memory channel config only in dedicated test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 04-Jun-19 9:59 AM, David Marchand wrote: > The -n option is an optimisation configuration option that defaults to 0. > Such a default value makes the mempool library distributes objects as if > there was 4 memory channels, so -n 4 is the same as the default behavior. > > This parameter was mandatory a long time ago, but has been optional for > a while. We check that setting this value works fine in its own test. > Remove it everywhere else. > > Signed-off-by: David Marchand > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly