From 4c663bb1432c50a0628ad72a976354fed6b346df Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 3 Jun 2016 09:33:12 +0200 Subject: [PATCH] netmap: don't check for offloading twice --- src/source-netmap.c | 5 ----- 1 file changed, 5 deletions(-) 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);