From: Peter Manev Date: Wed, 1 Nov 2017 12:19:21 +0000 (+0100) Subject: valgrind: suppressions for NIC offloading calls X-Git-Tag: suricata-4.0.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d032e26f11681363b050eac73528bebdaeacf7c;p=thirdparty%2Fsuricata.git valgrind: suppressions for NIC offloading calls --- diff --git a/qa/valgrind.suppress b/qa/valgrind.suppress index 3d2aebdf46..9e1f58a449 100644 --- a/qa/valgrind.suppress +++ b/qa/valgrind.suppress @@ -65,5 +65,18 @@ fun:DetectIPProtoParse fun:DetectIPProtoTestParse02 } - +{ + Known warning, NIC offloading - Param, see Bug 2230 + Memcheck:Param + ioctl(SIOCETHTOOL) + fun:ioctl + fun:*EthtoolValue + ... +} +{ + Known warning, NIC offloading - Cond, see Bug 2230 + Memcheck:Cond + fun:*IfaceOffloadingLinux + ... +}