]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Do not set SO_INCOMING_CPU
authorAlessio Podda <alessio@isc.org>
Mon, 16 Sep 2024 12:56:25 +0000 (12:56 +0000)
committerAlessio Podda <alessio@isc.org>
Mon, 16 Sep 2024 12:56:25 +0000 (12:56 +0000)
commitf93934dea76167b9e5e6faf2f06fa1c74eb6c36a
treedc4676a3a1f4ba8fcdfd9f2fcd57b1ebb3e0c2ba
parent3efa17ee014bf5df7e24a18236314ffab0ce4f30
parent8b8149cdd289deaa3c5499e9afb0b70c094ba423
fix: usr: Do not set SO_INCOMING_CPU

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

Merge branch '4936-remove-so-incoming-cpu' into 'main'

See merge request isc-projects/bind9!9497