Actions
Bug #7879
closed
AK
AK
runmode/dpdk: dpdk_vars initialized to NULL for any livedev
Bug #7879:
runmode/dpdk: dpdk_vars initialized to NULL for any livedev
Description
There is an unnecessary loop in src/runmode-dpdk.c in ParseDpdkConfigAndConfigureDevice(), where pkt_mempools are assigned to ldev.dpdk_vars.
When running Suricata with multiple threads (loop runs multiple times), this caused ldev.dpdk_vars to be set to NULL.
Actions