Actions
Bug #7879
closeddpdk: 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.
Updated by Philippe Antoine about 2 months ago
- Affected Versions deleted (
8.0.2)
Updated by Victor Julien about 1 month ago
- Target version changed from 8.0.2 to 9.0.0-beta1
Updated by Victor Julien 4 days ago
- Status changed from In Progress to Closed
Actions