From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerin Jacob Subject: Re: [PATCH v3] eal: disable NUMA related warnings on non-NUMA systems Date: Mon, 24 Jul 2017 15:15:43 +0530 Message-ID: <20170724094542.GA12261@jerin> References: <1500887698-20238-1-git-send-email-hemant.agrawal@nxp.com> <1500888027-20539-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: thomas@monjalon.net, dev@dpdk.org To: Hemant Agrawal Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0049.outbound.protection.outlook.com [104.47.41.49]) by dpdk.org (Postfix) with ESMTP id AF14F37B4 for ; Mon, 24 Jul 2017 11:46:00 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1500888027-20539-1-git-send-email-hemant.agrawal@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" -----Original Message----- > Date: Mon, 24 Jul 2017 14:50:27 +0530 > From: Hemant Agrawal > To: thomas@monjalon.net > CC: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3] eal: disable NUMA related warnings on > non-NUMA systems > X-Mailer: git-send-email 2.7.4 > > 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