]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: Support a range to specify processes in "cpu-map" parameter
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 22 Nov 2017 09:24:40 +0000 (10:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 14:38:49 +0000 (15:38 +0100)
commit1dcb9cb81c55366022e45de627bbdfc0154b2509
tree1c622c0028b95e6260ec48a7fbc1a347eac78d9e
parent15eb3a9a08639a53e477dd4cc73f63f559fbafda
MINOR: config: Support a range to specify processes in "cpu-map" parameter

Now, you can define processes concerned by a cpu-map line using a range. For
instance, the following line binds the first 32 processes on CPUs 0 to 3:

  cpu-map 1-32 0-3
doc/configuration.txt
src/cfgparse.c