mirror of https://github.com/OISF/suricata
dpdk: query device stats only with one worker
Function rte_eth_stats_get is not thread-safe and the result is only used by one thread. Running with multiple workers led to very high values in rx_missed counters (buffer-overflow-like behavior). Ticket: #6006pull/8861/head
parent
1c3cb1e8cc
commit
d421d42411
Loading…
Reference in New Issue