Actions
Bug #6419
closeddpdk: Analyze hugepage allocation on startup more thoroughly
Affected Versions:
Effort:
Difficulty:
Label:
Description
The current analysis of allocated hugepages only works with /proc/meminfo
However this proved insufficient if hugepages are allocated through dpdk-hugepages script and the size of hugepages is not of the default hugepage size.
If the default hugepage size is 2 MB and the user allocates 1 GB hugepages then these are not shown in the /proc/meminfo output. However, DPDK applications work just fine.
Current limitation:
- no limitation in functionality
- the user sees a message stating that Hugepage_Total is zero while Suricata runs.
First reported at:
https://forum.suricata.io/t/suricata-7-0-2-dpdk-hugepages-total-equals-to-zero/4071/3
Updated by Victor Julien 12 months ago
- Target version changed from 7.0.3 to 8.0.0-beta1
Updated by Lukas Sismis 11 months ago
- Subject changed from dpdk: Analyze hugepage allocation on startup also with dpdk-hugepage script to dpdk: Analyze hugepage allocation on startup more thoroughly
- Status changed from Assigned to In Review
Updated by Lukas Sismis 9 months ago
- Status changed from In Review to Resolved
- Label Needs backport to 7.0 added
Actions