]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
doc/operation: update the XDP section to TCP and QUIC protocols
authorDavid Vašek <david.vasek@nic.cz>
Mon, 7 Jul 2025 09:29:26 +0000 (11:29 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Thu, 10 Jul 2025 11:40:49 +0000 (13:40 +0200)
doc/operation.rst

index 8a2b6d8fd238aa69e87c98e7a4e1d88c29b68c79..4ec2fa8cce842d547c15123c375a36811b442397 100644 (file)
@@ -1449,15 +1449,15 @@ Mode XDP
 ========
 
 Thanks to recent Linux kernel capabilities, namely eXpress Data Path and AF_XDP
-address family, Knot DNS offers a high-performance DNS over UDP packet processing
-mode. The basic idea is to filter DNS messages close to the network device and
-effectively forward them to the nameserver without touching the network stack
-of the operating system. Other messages (including DNS over TCP) are processed
-as usual.
-
-If :ref:`xdp_listen` is configured, the server creates
-additional XDP workers, listening on specified interface(s) and port(s) for DNS
-over UDP queries. Each XDP worker handles one RX and TX network queue pair.
+address family, Knot DNS offers a high-performance packet processing mode for
+UDP, TCP, and QUIC protocols. The basic idea is to filter DNS messages close to
+the network device and effectively forward them to the nameserver without touching
+the network stack of the operating system. Messages in protocols, for which XDP
+hasn't been enbled, are processed as usual.
+
+If :ref:`xdp_listen` is configured, the server creates additional XDP workers,
+listening on specified interface(s) and port(s) for DNS queries. Each XDP worker
+handles one RX and TX network queue pair.
 
 .. _Mode XDP_pre-requisites: