mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 15:13:39 +02:00
numa_detect_topology() is always define now if USE_CPU_AFFINITY is activated. For the moment, only on Linux an actual implementation is provided. For other platforms, it always return 0. This change has been made to easily add implementation of NUMA detection for other platforms. The phrasing of the documentation has also been edited to removed the mention of Linux-only on numa-cpu-mapping configuration option.