]> git.kaiwu.me - haproxy.git/commit
MEDIUM: cpu-topo: use the "first-usable-node" cpu-policy by default
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Mar 2025 16:12:25 +0000 (17:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Mar 2025 17:33:16 +0000 (18:33 +0100)
commit56d939866b8c7d6c551dd87c44333e8f3c7ac888
tree6907abab351d116203e0033e5b442915436954dc
parent7fc6cdd0b186d53954f0464d454f2375af904c1b
MEDIUM: cpu-topo: use the "first-usable-node" cpu-policy by default

This now turns the cpu-policy to "first-usable-node" by default, so that
we preserve the current default behavior consisting in binding to the
first node if nothing was forced. If a second node is found,
global.nbthread is set and the previous code will be skipped.
doc/configuration.txt
src/cpu_topo.c