From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nf] netfilter: conntrack: remove GC_MAX_EVICTS break Date: Thu, 19 Jan 2017 14:27:26 +0100 Message-ID: <20170119132726.GA3138@salvia> References: <1484587496-24177-1-git-send-email-fw@strlen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: Florian Westphal , netfilter-devel@vger.kernel.org To: Nicolas Dichtel Return-path: Received: from mail.us.es ([193.147.175.20]:33292 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbdASN1e (ORCPT ); Thu, 19 Jan 2017 08:27:34 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 07AD8FB44C for ; Thu, 19 Jan 2017 14:27:30 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id EC3F38E638 for ; Thu, 19 Jan 2017 14:27:29 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 66E708E63A for ; Thu, 19 Jan 2017 14:27:27 +0100 (CET) Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Jan 17, 2017 at 10:10:23AM +0100, Nicolas Dichtel wrote: > Le 16/01/2017 à 18:24, Florian Westphal a écrit : > > Instead of breaking loop and instant resched, don't bother checking > > this in first place (the loop calls cond_resched for every bucket anyway). > > > > Suggested-by: Nicolas Dichtel > > Signed-off-by: Florian Westphal > Acked-by: Nicolas Dichtel Applied, thanks!