]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc: mention possible issues with XDP emulation
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 11 Nov 2020 09:27:43 +0000 (10:27 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 11 Nov 2020 09:27:43 +0000 (10:27 +0100)
daemon/bindings/net_xdpsrv.rst

index f3dbcbabf039ba8ae0ce80dcdc536a85c431afc5..292546df5a83571e69fff021560bfede6e894027 100644 (file)
@@ -26,8 +26,9 @@ Prerequisites
 * Linux kernel 4.18+ (5.x+ is recommended for optimal performance) compiled with
   the `CONFIG_XDP_SOCKETS=y` option. XDP isn't supported in other operating systems.
 * libknot compiled with XDP support
-* A multiqueue network card with native XDP support is highly recommended,
-  otherwise the performance gains will be much lower.
+* **A multiqueue network card with native XDP support is highly recommended**,
+  otherwise the performance gain will be much lower and you may encounter
+  issues due to XDP emulation.
   Successfully tested cards:
 
   * Intel series 700 (driver `i40e`), maximum number of queues per interface is 64.