From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 629182D625 for ; Fri, 3 Nov 2023 17:55:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:237:300::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DD29136; Fri, 3 Nov 2023 10:55:21 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1qyyO4-0007Hr-5V; Fri, 03 Nov 2023 18:55:16 +0100 Date: Fri, 3 Nov 2023 18:55:16 +0100 From: Florian Westphal To: Simon Horman Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org, davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, fw@strlen.de Subject: Re: [PATCH net-next 02/19] netfilter: nft_set_rbtree: prefer sync gc to async worker Message-ID: <20231103175516.GH8035@breakpoint.cc> References: <20231025212555.132775-1-pablo@netfilter.org> <20231025212555.132775-3-pablo@netfilter.org> <20231103173442.GB768996@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231103173442.GB768996@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Simon Horman wrote: > Hi Florian and Pablo, > > I understand that this patch has been accepted upstream, > and that by implication this feedback is rather slow, > but I noticed that with this patch nft_net is now > set but otherwise unused in this function. There is a patch queued for this, we'll pass this to -net next week.