From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3 18/20] thunderx/config: set max numa node to two Date: Mon, 13 Jun 2016 18:41:31 +0530 Message-ID: <20160613131125.GA10400@localhost.localdomain> 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> <57585BE3.3010308@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: , , To: Ferruh Yigit Return-path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1on0060.outbound.protection.outlook.com [157.56.110.60]) by dpdk.org (Postfix) with ESMTP id 7AEE9532E for ; Mon, 13 Jun 2016 15:11:54 +0200 (CEST) Content-Disposition: inline In-Reply-To: <57585BE3.3010308@intel.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 Wed, Jun 08, 2016 at 06:54:43PM +0100, Ferruh Yigit wrote: > 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? > Yes > Can you please add some more information why this is required? > > Also does it make sense to separate this patch from driver patchset? Yes, I will separate this patch from the series. Thanks Ferruh for the comprehensive review of this patch series. I will send the v4, addressing all of your review comments. Jerin > > > > > # > > # Compile Cavium Thunderx NICVF PMD driver > > >