]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: cpu-map: replace the process number with the thread group number
authorWilly Tarreau <w@1wt.eu>
Fri, 8 Jul 2022 07:38:30 +0000 (09:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 17:43:10 +0000 (19:43 +0200)
commit5b09341c025762c29fc5907cdb95386c56d97ee7
tree6747c9d54562c5474cb3715ab2a47e9541ff81af
parent1b2b59bfa73915a2d69718f0e5f3fafe623c3561
MEDIUM: cpu-map: replace the process number with the thread group number

The principle remains the same, but instead of having a single process
and ignoring extra ones, now we set the affinity masks for the respective
threads of all groups.

The doc was updated with a few extra examples.
doc/configuration.txt
include/haproxy/cpuset-t.h
include/haproxy/cpuset.h
src/cfgparse-global.c
src/cpuset.c
src/haproxy.c
src/thread.c