]> git.ipfire.org Git - thirdparty/suricata.git/commit
netmap: Avoid HW errors when using pipes 10620/head
authorJeff Lucovsky <jeff.lucovsky@corelight.com>
Thu, 7 Mar 2024 20:24:36 +0000 (15:24 -0500)
committerVictor Julien <victor@inliniac.net>
Mon, 11 Mar 2024 16:10:27 +0000 (17:10 +0100)
commitdc8e177027516c2ee91e675e2da6e9f6e33cdcc3
treedf812bbf4890abaadfc34e5f3a56af7d0b1d6600
parent12ffd23170911b3fb9bb3b1ec313e409abc71732
netmap: Avoid HW errors when using pipes

Issue: 6837

When using netmap pipes (with lb, for example), avoid direct hardware
related IOCTLs that will fail (not supported with pipes).

(cherry picked from commit af529a56a9bcb37bae5243236a4505fff0df268b)
src/runmode-netmap.c