MINOR: global: add option to disable numa detection
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 26 Mar 2021 17:50:33 +0000 (18:50 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 23 Apr 2021 14:06:49 +0000 (16:06 +0200)
commit0f50cb9c732ff085bc274f6db5116a6d600375cb
tree4c8cc25914191aa1bc53430f5465d002215c0780
parentb56a7c89a80f80c8498fba2b3a94d53ac596409d
MINOR: global: add option to disable numa detection

Render numa detection optional with a global configuration statement
'no numa-cpu-mapping'. This can be used if the applied affinity of the
algorithm is not optimal. Also complete the documentation with this new
keyword.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/cfgparse.c
src/haproxy.c