commit | a80823543c15ac51dcfa6c442b77172f544ce60c | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Apr 06 16:46:15 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Apr 23 16:06:49 2021 +0200 |
tree | 803079ec42be86b7d7fceecb6afbf5733a82e573 | |
parent | 4c9efdecf5aa3d4cca1a325ac1d98cfba01bcf83 [diff] |
MINOR: cfgparse: support the comma separator on parse_cpu_set Allow to specify multiple cpu ids/ranges in parse_cpu_set separated by a comma. This is optional and must be activated by a parameter. The comma support is disabled for the parsing of the 'cpu-map' config statement. However, it will be useful to parse files in sysfs when inspecting the cpus topology for NUMA automatic process binding.