From: Ondřej Surý Date: Tue, 4 Feb 2025 22:24:20 +0000 (+0000) Subject: fix: dev: Reduce the false sharing the dns_qpcache and dns_qpzone X-Git-Tag: v9.21.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a7bff0b626cffac18a476eae4546e2d009e20f;p=thirdparty%2Fbind9.git fix: dev: Reduce the false sharing the dns_qpcache and dns_qpzone Instead of having many node_lock_count * sizeof() arrays, pack all the members into a qpcache_bucket_t that is cacheline aligned to prevent false sharing between RWLocks. Merge branch 'ondrej/prevent-nodelock-false-sharing' into 'main' See merge request isc-projects/bind9!10072 --- d4a7bff0b626cffac18a476eae4546e2d009e20f