]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: thread: dump the CPU topology in thread_map_to_groups()
authorWilly Tarreau <w@1wt.eu>
Mon, 31 Mar 2025 13:40:41 +0000 (15:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 31 Mar 2025 13:42:13 +0000 (15:42 +0200)
commite17512c3b2f94fe11a21e9053f37c2b36a6a877d
tree6ec67d5735f8247bcfaa47fb6eaba04b3be62c19
parentb3038614696fee43b6eaa826f47f273a8619690d
MINOR: thread: dump the CPU topology in thread_map_to_groups()

It was previously done in thread_detect_count() but that's not quite
handy because we still don't know about the groups setting. Better do
it slightly later and have all the relevant info instead.
src/thread.c