]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cpu-topo: add a new "group-by-ccx" CPU policy
authorWilly Tarreau <w@1wt.eu>
Tue, 13 May 2025 13:39:35 +0000 (15:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 13 May 2025 14:48:30 +0000 (16:48 +0200)
commit01df98adad15d41565756b0df752dc74ae8f7e3c
treee694a0ba7248d2b046167ba465ee7053847c803c
parent33d8b006d4bc9d233ed71d5b26fd3c8b499bba82
MINOR: cpu-topo: add a new "group-by-ccx" CPU policy

This cpu-policy will only consider CCX and not clusters. This makes
a difference on machines with heterogenous CPUs that generally share
the same L3 cache, where it's not desirable to create multiple groups
based on the CPU types, but instead create one with the different CPU
types. The variants "group-by-2/3/4-ccx" have also been added.

Let's also add some text explaining the difference between cluster
and CCX.
doc/configuration.txt
src/cpu_topo.c