From: Victor Julien Date: Fri, 3 Jun 2016 07:33:12 +0000 (+0200) Subject: netmap: don't check for offloading twice X-Git-Tag: suricata-3.1RC1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c663bb1432c50a0628ad72a976354fed6b346df;p=thirdparty%2Fsuricata.git netmap: don't check for offloading twice --- diff --git a/src/source-netmap.c b/src/source-netmap.c index bf8eb212ca..d9223fe653 100644 --- a/src/source-netmap.c +++ b/src/source-netmap.c @@ -753,11 +753,6 @@ static TmEcode ReceiveNetmapThreadInit(ThreadVars *tv, void *initdata, void **da } } - if (GetIfaceOffloading(aconf->iface) == 1) { - SCLogWarning(SC_ERR_NETMAP_CREATE, - "Using netmap mode with GRO or LRO activated can lead to capture problems"); - } - *data = (void *)ntv; aconf->DerefFunc(aconf); SCReturnInt(TM_ECODE_OK);