]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk: add interrupt (power-saving) mode
authorLukas Sismis <lsismis@oisf.net>
Wed, 27 Sep 2023 12:38:36 +0000 (14:38 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 19 Jan 2024 12:02:10 +0000 (13:02 +0100)
commit2a2898053c120fa59cb792623b10c2660d8e8cde
tree58ad1966baf67d8558a142b6a8eb55f2ae351cb5
parentca6f7c2d002cdad8eb3630860b5023560626aee0
dpdk: add interrupt (power-saving) mode

When the packet load is low, Suricata can run in interrupt
mode. This more resembles the classic approach of processing
packets - CPU cores run low and only fetch packets
on interrupt.

Ticket: #5839
doc/userguide/capture-hardware/dpdk.rst
src/runmode-dpdk.c
src/runmode-dpdk.h
src/source-dpdk.c
src/source-dpdk.h
suricata.yaml.in