From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3 18/20] thunderx/config: set max numa node to two Date: Wed, 8 Jun 2016 18:54:43 +0100 Message-ID: <57585BE3.3010308@intel.com> References: <1464540424-12631-1-git-send-email-jerin.jacob@caviumnetworks.com> <1465317632-11471-1-git-send-email-jerin.jacob@caviumnetworks.com> <1465317632-11471-19-git-send-email-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: thomas.monjalon@6wind.com, bruce.richardson@intel.com To: Jerin Jacob , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id E5F1EC12E for ; Wed, 8 Jun 2016 19:54:57 +0200 (CEST) In-Reply-To: <1465317632-11471-19-git-send-email-jerin.jacob@caviumnetworks.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" On 6/7/2016 5:40 PM, Jerin Jacob wrote: > Signed-off-by: Jerin Jacob > --- > config/defconfig_arm64-thunderx-linuxapp-gcc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/config/defconfig_arm64-thunderx-linuxapp-gcc b/config/defconfig_arm64-thunderx-linuxapp-gcc > index 7940bbd..cc12cee 100644 > --- a/config/defconfig_arm64-thunderx-linuxapp-gcc > +++ b/config/defconfig_arm64-thunderx-linuxapp-gcc > @@ -34,6 +34,7 @@ > CONFIG_RTE_MACHINE="thunderx" > > CONFIG_RTE_CACHE_LINE_SIZE=128 > +CONFIG_RTE_MAX_NUMA_NODES=2 Isn't this platform level configuration? And sets max numa nodes independent from driver, right? Can you please add some more information why this is required? Also does it make sense to separate this patch from driver patchset? > > # > # Compile Cavium Thunderx NICVF PMD driver >