Actions
Documentation #3799
closedDeprecated configuration keyword in "Hardware bypass with Netronome"
Affected Versions:
Effort:
Difficulty:
Label:
Description
Affacted site: https://suricata.readthedocs.io/en/latest/capture-hardware/ebpf-xdp.html?highlight=ebpf
Section: 19.4.12. Hardware bypass with Netronome
On Suricata configuration side, this is rather simple as you need to activate hardware mode and the no-percpu-hash option in the af-packet configuration of the interface xdp-mode: hw no-percpu-hash: true
no-percpu-has was renamed to use-percpu-hash in https://github.com/OISF/suricata/commit/567b5ee1bc76896861341829864dcf65e608de3b#diff-07e89371804df09eb41c95f9687b32b3
This seems to be the only place where the deprecated keywords is used. I can provide a PR for this.
Actions