Actions
Bug #7879
opendpdk: delete unnecessary loop in pkt_mempools assignment
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