]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: use platform independent type hap_cpuset for cpu-map
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 21 Apr 2021 16:39:58 +0000 (18:39 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 23 Apr 2021 14:06:49 +0000 (16:06 +0200)
commit982fb53390ae58de4de44ad0632b3393339bace4
tree356a114b66dcb93609fcf8dd2998cefd0ac23b32
parentc90932bc8ee97f100964e63cda773d10ed846579
MEDIUM: config: use platform independent type hap_cpuset for cpu-map

Use the platform independent type hap_cpuset for the cpu-map statement
parsing. This allow to address CPU index greater than LONGBITS.

Update the documentation to reflect the removal of this limit except for
platforms without cpu_set_t type or equivalent.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/haproxy.c