]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dpdk: document vlan stripping offload
authorLukas Sismis <lsismis@oisf.net>
Wed, 5 Feb 2025 09:45:17 +0000 (10:45 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 31 Mar 2025 17:16:50 +0000 (19:16 +0200)
Ticket: 5838

doc/userguide/capture-hardware/dpdk.rst
doc/userguide/configuration/suricata-yaml.rst

index 757484d048d1a43591c219f4ffb794194671dd9c..2b8d57c98e4419c3d33f461178bc1a30074329a9 100644 (file)
@@ -231,3 +231,12 @@ other cards.
 Setting the value to 0 causes Suricata to skip the link check.
 If the interface's link remains down after the timeout period, Suricata warns
 the user but continues with the engine initialization.
+
+.. _dpdk-encapsulation-stripping:
+
+Encapsulation stripping
+-----------------------
+
+Suricata supports stripping the hardware-offloaded encapsulation stripping on
+the supported NICs. Currently, VLAN encapsulation stripping is supported.
+VLAN encapsulation stripping can be enabled with `vlan-strip-offload`.
index 5b83480e621ca5adf2d1bd92f7f87eee084f06a8..41f372d66c8d3d2478243691035bb5d4e37ac775 100644 (file)
@@ -2183,6 +2183,7 @@ The whole DPDK configuration resides in the `dpdk:` node. This node encapsulates
           multicast: true
           checksum-checks: true
           checksum-checks-offload: true
+          vlan-strip-offload: true
           linkup-timeout: 10
           mtu: 1500
           mempool-size: auto