From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] eal: disable NUMA related warnings on non-NUMA systems Date: Sun, 30 Jul 2017 23:29:55 +0200 Message-ID: <12954942.3LHciR3iv1@xps> References: <1500887698-20238-1-git-send-email-hemant.agrawal@nxp.com> <1500888027-20539-1-git-send-email-hemant.agrawal@nxp.com> <20170724094542.GA12261@jerin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob To: Hemant Agrawal Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4678A99B8 for ; Sun, 30 Jul 2017 23:29:57 +0200 (CEST) In-Reply-To: <20170724094542.GA12261@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" > > Disable multiple NUMA warnings on non-NUMA systems. > > > > "EAL: eal_parse_sysfs_value(): cannot open sysfs value > > /sys/bus/pci/devices/0000:00:00.0/numa_node > > EAL: numa_node is invalid or not present. Set it 0 as default > > EAL: cannot open /proc/self/numa_maps, consider that all memory is > > in socket_id 0" > > > > Signed-off-by: Hemant Agrawal > > Tested-by: Jerin Jacob Applied, thanks