From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C04345320 for ; Wed, 21 Jun 2017 10:58:50 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 21 Jun 2017 01:58:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,368,1493708400"; d="scan'208";a="115689614" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.28]) by orsmga005.jf.intel.com with SMTP; 21 Jun 2017 01:58:46 -0700 Received: by (sSMTP sendmail emulation); Wed, 21 Jun 2017 09:58:45 +0100 Date: Wed, 21 Jun 2017 09:58:45 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: Ilya Maximets , dev@dpdk.org, David Marchand , Sergio Gonzalez Monroy , Heetae Ahn , Yuanhan Liu , Jianfeng Tan , Neil Horman , Yulong Pei , Jerin Jacob Message-ID: <20170621085844.GA93740@bricha3-MOBL3.ger.corp.intel.com> References: <1496756020-4579-1-git-send-email-i.maximets@samsung.com> <1498032250-24924-2-git-send-email-i.maximets@samsung.com> <3630286.1QuNDLyk9u@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3630286.1QuNDLyk9u@xps> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.1 (2017-04-11) Subject: Re: [dpdk-dev] [PATCH v6 1/2] mem: balanced allocation of hugepages 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: , X-List-Received-Date: Wed, 21 Jun 2017 08:58:51 -0000 On Wed, Jun 21, 2017 at 10:51:58AM +0200, Thomas Monjalon wrote: > 21/06/2017 10:04, Ilya Maximets: > > +CONFIG_RTE_LIBRTE_EAL_NUMA_AWARE_HUGEPAGES=n > > We can stop inserting LIBRTE in our config options. > CONFIG_RTE_EAL_ is long enough :) > Consistency. While I agree it's unneeded should have it in all or none, and unless we change a bunch of existing ones, I think it means we have it in all.