]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dpdk: add configure option
authorLukas Sismis <lsismis@oisf.net>
Mon, 27 Mar 2023 13:05:01 +0000 (15:05 +0200)
committerVictor Julien <vjulien@oisf.net>
Wed, 10 May 2023 13:59:01 +0000 (15:59 +0200)
Ticket: #5859

doc/userguide/configuration/suricata-yaml.rst
doc/userguide/install.rst

index db4600babee454a4acd27b9660a8ff1437e2d1fd..a73666061cc5b9275b6d98dc66a7df8336a7acba 100644 (file)
@@ -1945,6 +1945,12 @@ processes packets via passed packet descriptors.
 
     `High-level overview of DPDK application`
 
+To use DPDK capture module, Suricata must be compiled with DPDK option enabled.
+Support for DPDK can be enabled in configure step of the build process such as:
+
+.. code-block:: bash
+
+    ./configure --enable-dpdk
 
 Suricata makes use of DPDK for packet acquisition in workers runmode.
 The whole DPDK configuration resides in the `dpdk:` node. This node encapsulates
index 3dbce1affd0de8950947c46088cd30050684f744..e240908e73046637177ebfbfad9f398097c69d0f 100644 (file)
@@ -57,6 +57,9 @@ Common configure options
 
     Enables GeoIP support for detection.
 
+.. option:: --enable-dpdk
+
+    Enables `DPDK <https://www.dpdk.org/>` packet capture method.
 
 Dependencies
 ^^^^^^^^^^^^