From 23a4559b3496e392e1106de3fe263baa5b01aa74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 8 Mar 2022 18:36:08 +0100 Subject: [PATCH] Add CHANGES and release note for [GL #3190] --- CHANGES | 3 +++ doc/notes/notes-current.rst | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index f1ab391f37..b2e5ff0605 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5850. [func] Run the RPZ update process on the offload threads. + [GL #3190] + 5849. [cleanup] Remove use of exclusive mode in ns_interfacemgr in favor of rwlocked access to localhost and localnets members of dns_aclenv_t structure. [GL #3229] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index ca90a971b9..7cf1b8ebe4 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -64,6 +64,11 @@ New Features and ``dig``, making it possible to implement Strict and Mutual TLS authentication, as described in RFC 9103, Section 9.3. :gl:`#3163` +- Run RPZ updates on the specialized "offload" threads to reduce the amount + of time they block query processing on the main networking threads. This + should increase the responsiveness of ``named`` when RPZ updates are being + applied after an RPZ zone has been successfully transfered. :gl:`#3190` + Removed Features ~~~~~~~~~~~~~~~~