dpdk: add configure option

Ticket: #5859
pull/8861/head
Lukas Sismis 2 years ago committed by Victor Julien
parent a331726eef
commit d0bf3ba638

@ -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

@ -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
^^^^^^^^^^^^

Loading…
Cancel
Save