]> git.kaiwu.me - haproxy.git/commit
MINOR: cpu-topo: add new cpu-policies "group-by-2-clusters" and above
authorWilly Tarreau <w@1wt.eu>
Mon, 31 Mar 2025 13:00:57 +0000 (15:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 31 Mar 2025 14:21:37 +0000 (16:21 +0200)
commit9f00702dc639e448f36a3185269f5e1b893d85d3
treebe0d1c196754ba5f26caae5d236cf4a089b04eaa
parent1e9a2529aadf1b7e87e8558e94a28abd59c0fc03
MINOR: cpu-topo: add new cpu-policies "group-by-2-clusters" and above

This adds "group-by-{2,3,4}-clusters", which, as its name implies,
create one thread group per X clusters. This can be useful when CPUs
are split into too small clusters, as well as when the total number
of assigned cores is not even between the clusters, to try to spread
the load between less different ones.
doc/configuration.txt
src/cpu_topo.c