Actions
Bug #7376
opendpdk: delayed detect won't fully start Suricata until the first traffic
Affected Versions:
Effort:
Difficulty:
Label:
Description
With delayed detect a rule reload starts but you will never see the rule reload complete until you actually forward traffic
Updated by Lukas Sismis 18 days ago ยท Edited
Trying to reproduce with:make -j10 && && sudo ./src/suricata -c suricata.yaml.mlx5.4thr -S rules/emerging-all.rules -l /tmp/ --dpdk -vvvv
On the MLX5 card and with delayed-detect enabled, it seems to behave correctly - rules are loaded and Suricata starts successfully.
Edit: also tested without the "-S" runtime option, specified ruleset files in the config and rule reload over the UNIX socket. All seems to start fine.
Actions