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 055C6C04A95 for ; Tue, 25 Oct 2022 11:50:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229491AbiJYLuU (ORCPT ); Tue, 25 Oct 2022 07:50:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231428AbiJYLuT (ORCPT ); Tue, 25 Oct 2022 07:50:19 -0400 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 11E2F46200 for ; Tue, 25 Oct 2022 04:50:18 -0700 (PDT) Date: Tue, 25 Oct 2022 13:50:13 +0200 From: Pablo Neira Ayuso To: Florian Westphal Cc: netfilter-devel Subject: Re: [PATCH nf-next] netfilter: nf_tables: nft_objref: make it builtin Message-ID: References: <20221021141753.106524-1-fw@strlen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221021141753.106524-1-fw@strlen.de> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Fri, Oct 21, 2022 at 04:17:53PM +0200, Florian Westphal wrote: > nft_objref is needed to reference named objects, it makes > no sense to disable it. > > Before: > text data bss dec filename > 4014 424 0 4438 nft_objref.o > 4174 1128 0 5302 nft_objref.ko > 359351 15276 864 375491 nf_tables.ko > After: > text data bss dec filename > 3815 408 0 4223 nft_objref.o > 363161 15692 864 379717 nf_tables.ko Applied to nf-next, thanks. For the record, I have rebased the nft_inner support on top of this patch.