]> git.ipfire.org Git - thirdparty/suricata.git/commit
dpdk: rework hugepage hints to use per-numa information
authorLukas Sismis <lsismis@oisf.net>
Mon, 30 Oct 2023 11:33:57 +0000 (12:33 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 25 Jan 2024 12:18:05 +0000 (13:18 +0100)
commitaeb5564e890a3b789278f9d9c01c66be8127d9c3
tree16fac2dc8aa7e3ed8a7be6467497a22cba97e9c3
parent4a7c6e0007363a263a10224d386e41ceee9b01aa
dpdk: rework hugepage hints to use per-numa information

Previous integration of hugepage analysis only fetched data
from /proc/meminfo. However this proved to be often
deceiving mainly for providing only global information and
not taking into account different hugepage sizes (e.g. 1GB
hugepages) and different NUMA nodes.

Ticket: #6697
(cherry picked from commit ca6f7c2d002cdad8eb3630860b5023560626aee0)
doc/userguide/capture-hardware/dpdk.rst
src/Makefile.am
src/suricata.c
src/util-dpdk.c
src/util-dpdk.h
src/util-hugepages.c [new file with mode: 0644]
src/util-hugepages.h [new file with mode: 0644]