-----Original Message-----
Date: Mon, 24 Jul 2017 14:50:27 +0530
From: Hemant Agrawal <redacted>
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 <redacted>
Tested-by: Jerin Jacob <redacted>