From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] config: enable more than 128 cores for Arm64 platform Date: Fri, 23 Nov 2018 01:49:54 +0100 Message-ID: <67085532.1IpMzPZPNf@xps> References: <1542870074-142423-1-git-send-email-joyce.kong@arm.com> <1542872227-143453-1-git-send-email-joyce.kong@arm.com> <20181122110359.GA14060@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob , "Honnappa.Nagarahalli@arm.com" , "gavin.hu@arm.com" , "nd@arm.com" , "stable@dpdk.org" To: Joyce Kong Return-path: In-Reply-To: <20181122110359.GA14060@jerin> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 22/11/2018 12:04, Jerin Jacob: > From: Joyce Kong > > > > When running dpdk applications on cores whose ids are bigger > > than original max_core setting, eal error as below: > > EAL: Detected 104 lcore(s) > > EAL: Detected 2 NUMA nodes > > EAL: invalid core list > > -l CORELIST core indexes between 0 and 128 > > > > The fix is to increase max_core to 256 on Arm64 platform. > > > > Fixes: b3ce00e5 ("mk: introduce ARMv8 architecture") > > Cc: stable@dpdk.org > > > > Signed-off-by: Joyce Kong > > Reviewed-by: Gavin Hu > > > Acked-by: Jerin Jacob Applied, thanks Note: Arm64 replace by arm64 to comply with Honnappa's naming recommendation.