Actions
Bug #6291
closed
CD
Performance degradation on Suricata devices with a small number of rules
Bug #6291:
Performance degradation on Suricata devices with a small number of rules
Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
Description
Devices running a small number of rules, none of which being MPM-based rules, experienced a performance degradation of ~4%-16% throughput between Suricata 4 and Suricata 5 releases. The performance degradation is present in all releases past Suricata 5. The performance degradation was traced to:
0965afd66 detect: pkt inspect engines
The linked commit modified the default pkt inspection engines to be called through a function pointer. Previously, the default packet inspection errors were inlined.
Actions