]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cpu-topo: add "only-node" and "drop-node" to cpu-set
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Feb 2025 09:44:32 +0000 (10:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Mar 2025 17:33:16 +0000 (18:33 +0100)
commitc93ee250541320c3a9d7901b6157fabc21ae8bb1
tree6ba6e53f3d01de3bb6566df79b03607d2ecbaa7e
parent72633666065c045ef67135fae611ae150dbc37e5
MINOR: cpu-topo: add "only-node" and "drop-node" to cpu-set

These are processed after the topology is detected, and they allow to
restrict binding to or evict CPUs matching the indicated node(s).
doc/configuration.txt
include/haproxy/cpu_topo.h
src/cpu_topo.c
src/haproxy.c