]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: mention the limited number of RX/TX descriptors on Intel NICs
authorLukas Sismis <lukas.sismis@gmail.com>
Sun, 11 Feb 2024 20:14:08 +0000 (21:14 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 7 Mar 2024 15:31:20 +0000 (16:31 +0100)
Ticket: 6748
(cherry picked from commit 356f9ffa130fbaaf82e7e28de98bdc24fe32f945)

doc/userguide/configuration/suricata-yaml.rst

index 6e2e0cd0e041e5998a7d689d23807c2441383a28..6eea5e8793121b7e62f5ee908cc7aca8ea2e12e7 100644 (file)
@@ -2130,7 +2130,11 @@ size of the cache is covered in the YAML file.
 To be able to run DPDK on Intel cards, it is required to change the default
 Intel driver to either `vfio-pci` or `igb_uio` driver. The process is
 described in `DPDK manual page regarding Linux drivers
-<https://doc.dpdk.org/guides/linux_gsg/linux_drivers.html>`_.
+<https://doc.dpdk.org/guides/linux_gsg/linux_drivers.html>`_. 
+The Intel NICs have the amount of RX/TX descriptors capped at 4096.
+This should be possible to change by manually compiling the DPDK while
+changing the value of respective macros for the desired drivers
+(e.g. IXGBE_MAX_RING_DESC/I40E_MAX_RING_DESC).
 DPDK is natively supported by Mellanox and thus their NICs should work
 "out of the box".