[dpdk-dev] [PATCH] eal: fix linuxapp numa node detection

2015-06-03 Thread Thomas Monjalon
2015-04-22 08:44, Stephen Hemminger: > On Wed, 22 Apr 2015 14:31:55 +0100 > Bruce Richardson wrote: > > > Using the "physical_package_id" as a fallback for determining the > > numa node of a core tends to be unreliable. Fix this by using a > > detection routine which reads the numa information fr

[dpdk-dev] [PATCH] eal: fix linuxapp numa node detection

2015-04-23 Thread Ramia, Kannan Babu
Richardson Sent: Wednesday, April 22, 2015 7:02 PM To: dev at dpdk.org Subject: [dpdk-dev] [PATCH] eal: fix linuxapp numa node detection Using the "physical_package_id" as a fallback for determining the numa node of a core tends to be unreliable. Fix this by using a detection routine which

[dpdk-dev] [PATCH] eal: fix linuxapp numa node detection

2015-04-22 Thread Bruce Richardson
Using the "physical_package_id" as a fallback for determining the numa node of a core tends to be unreliable. Fix this by using a detection routine which reads the numa information from /sys/devices/system/node and just returns a numa node of 0 on failure. Signed-off-by: Bruce Richardson --- lib

[dpdk-dev] [PATCH] eal: fix linuxapp numa node detection

2015-04-22 Thread Stephen Hemminger
On Wed, 22 Apr 2015 14:31:55 +0100 Bruce Richardson wrote: > Using the "physical_package_id" as a fallback for determining the > numa node of a core tends to be unreliable. Fix this by using a > detection routine which reads the numa information from > /sys/devices/system/node and just returns a