]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow-bypass: Set bypass thread to running state
authorVincent Li <vincent.mc.li@gmail.com>
Fri, 4 Aug 2023 17:49:35 +0000 (17:49 +0000)
committerVictor Julien <victor@inliniac.net>
Wed, 17 Jan 2024 16:20:26 +0000 (17:20 +0100)
commitf80d26db0b62d4a547290a1cf536754f79927a3b
tree44f367ecc41e088a1a15a16079305210302f89ab
parent6896a93d87c40719d34d79d2d39c1dd28fe17f05
flow-bypass: Set bypass thread to running state

When running Suricata in XDP bypass mode (bypass: yes),

Suricata started up with error:
Error: threads: thread "FB" failed to start in time: flags 0003

"FB" thread does not transition from THV_INIT_DONE to THV_RUNNING.

Set "FB" thread THV_RUNNING state in BypassedFlowManager().

Bug: #6254

Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
src/flow-bypass.c