Actions
Bug #7879
closedrunmode/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.
Updated by Victor Julien about 2 months ago
- Target version changed from 8.0.2 to 9.0.0-beta1
Updated by OISF Ticketbot about 2 months ago
- Label deleted (
Needs backport to 8.0)
Updated by Victor Julien 25 days ago
- Status changed from In Progress to Closed
Updated by Shivani Bhardwaj 11 days ago
- Subject changed from dpdk: delete unnecessary loop in pkt_mempools assignment to dpdk: unnecessary loop in pkt_mempools assignment
Updated by Shivani Bhardwaj 11 days ago
- Subject changed from dpdk: unnecessary loop in pkt_mempools assignment to runmode/dpdk: dpdk_vars initialized to NULL for any livedev
Actions