From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8D21FC4332F for ; Thu, 3 Mar 2022 00:02:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230031AbiCCADJ (ORCPT ); Wed, 2 Mar 2022 19:03:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229971AbiCCADH (ORCPT ); Wed, 2 Mar 2022 19:03:07 -0500 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 5F48DD78 for ; Wed, 2 Mar 2022 16:02:22 -0800 (PST) Received: from netfilter.org (unknown [78.30.32.163]) by mail.netfilter.org (Postfix) with ESMTPSA id 1836E62BC2; Thu, 3 Mar 2022 00:25:14 +0100 (CET) Date: Thu, 3 Mar 2022 00:26:43 +0100 From: Pablo Neira Ayuso To: Florian Westphal Cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH nf-next v2 0/7] netfilter: remove pcpu dying list Message-ID: References: <20220224164446.23208-1-fw@strlen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220224164446.23208-1-fw@strlen.de> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Feb 24, 2022 at 05:44:39PM +0100, Florian Westphal wrote: > v2: fix EXPORT_SYMBOL_GPL related build failure in patch 6. > No other changes. > > This is part 1 of a series that aims to remove both the unconfirmed > and dying lists. > > This moves the dying list into the ecache infrastructure. > Entries are placed on this list only if the delivery of the destroy > event has failed (which implies that at least one userspace listener > did request redelivery). > > The percpu dying list is removed in the last patch as it has no > functionality anymore. This avoids the extra spinlock for conntrack > removal. Applied, thanks