]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cpu-topo: cpu_dump_topology() SMT info check little optimisation
authorDavid Carlier <devnexen@gmail.com>
Wed, 2 Apr 2025 06:00:44 +0000 (07:00 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 2 Apr 2025 09:31:37 +0000 (11:31 +0200)
commita703eeaef75a068557abe0e13cc3c66fe426232a
treee35d92d0b81d97e2760727bdfa65eaea48d40971
parent3de99a09192e07a511c4956692a9cff0b252a77f
MINOR: cpu-topo: cpu_dump_topology() SMT info check little optimisation

Once we stumble across the first cpu having the criteria, we exit
earlier from the loop.
src/cpu_topo.c