]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: listener: switch bind_thread from global to group-local
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Jun 2022 06:30:43 +0000 (08:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 18:16:30 +0000 (20:16 +0200)
commitd0b73bca714d5eea02f4283c3c584b36bbebaedc
tree2c7098a6a2c7acf513c9ebbe568229d11fdf66a7
parent6018c02c36c1a92ac7bc111d05236559702c3e49
MEDIUM: listener: switch bind_thread from global to group-local

It requires to both adapt the parser and change the algorithm to
redispatch incoming traffic so that local threads IDs may always
be used.

The internal structures now only reference thread group IDs and
group-local masks which are compatible with those now used by the
FD layer and the rest of the code.
src/cfgparse.c
src/listener.c