]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Do not set SO_INCOMING_CPU
authorAlessio Podda <alessio@isc.org>
Mon, 16 Sep 2024 13:39:18 +0000 (13:39 +0000)
committerAlessio Podda <alessio@isc.org>
Mon, 16 Sep 2024 13:39:18 +0000 (13:39 +0000)
We currently set SO_INCOMING_CPU incorrectly, and testing by Ondrej
shows that fixing the issue by setting affinities is worse than letting
the kernel schedule threads without constraints. So we should not set
SO_INCOMING_CPU anymore.

Closes #4936

Backport of MR !9497

Merge branch 'backport-4936-remove-so-incoming-cpu-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9504


Trivial merge