]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cpu-topo: also store the sibling ID with SMT
authorWilly Tarreau <w@1wt.eu>
Wed, 8 Jan 2025 16:55:10 +0000 (17:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Mar 2025 17:30:30 +0000 (18:30 +0100)
commit65612369e71726aa6bc7afdc48774bf170fb709f
tree96a58e6842fac758fc3a940e9986d2a0afb8f420
parent7cb274439bb40b432f3a2abac650e811b5631299
MINOR: cpu-topo: also store the sibling ID with SMT

The sibling ID was not reported because it's not directly accessible
but we don't care, what matters is that we assign numbers to all the
threads we find using the same CPU so that some strategies permit to
allocate one thread at a time if we want to use few threads with max
performance.
src/cpu_topo.c