]> 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>
Fri, 19 Jan 2024 12:02:10 +0000 (13:02 +0100)
commitca6f7c2d002cdad8eb3630860b5023560626aee0
tree818ebc5686124673728a2df42b6b36c0068429c9
parentc28cc93e23e829dac34ca0170df754ab1063c482
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: #6419
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]