]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cpu-topo: add a new "cpu-set" global directive to choose cpus
authorWilly Tarreau <w@1wt.eu>
Wed, 26 Feb 2025 14:17:41 +0000 (15:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Mar 2025 17:30:30 +0000 (18:30 +0100)
commitcda4956d9c1fc6e8a0f87ca8f6264cc389d40bc0
treea53a095b1438d6b813ac005e61d5420c3d49057a
parentf0661e79fe4dac543a210476802fd4be4fc91a78
MINOR: cpu-topo: add a new "cpu-set" global directive to choose cpus

For now it's limited, it only supports "reset" to ask that any previous
"taskset" be ignored. The goal will be to later add more actions that
allow to symbolically define sets of cpus to bind to or to drop. This
also clears the cpu_mask_forced variable that is used to detect
that a taskset had been used.
doc/configuration.txt
src/cpu_topo.c