Nothing changed in an already working suricata 7.0.1 dpdk setup, but suricata 7.0.2 from OISF git master branch runs, but reports: dpdk: HugePages_Total equals to zero
$ suricata -V
This is Suricata version 7.0.2 RELEASE
Hi Andre,
thanks for creating a post here. Unfortunately I somehow overlooked the post at first so that explains the delayed reply.
However, I can see where the problem is, fix is on the way.
In 7.0.2 Suri checks for the presence of hugepages but it only checks /proc/meminfo file which only acknowledges 2MB hugepages. So allocating 1GB hugepages makes no entry in the /proc/meminfo and Suricata then panics for not seeing any hugepages.
Thanks,
Lukas
No, it does not have an impact on Suricata. The aim was to hint the user that no hugepages are allocated however dpdk-hugepages script is a bit sneaky and allocates 1GB hugepages while not editing the default hugepage size in the meminfo output heh.