From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Chris Arges <carges@cloudflare.com>
Cc: netfilter-devel@vger.kernel.org, fw@strlen.de
Subject: Re: [PATCH nf,v4] netfilter: nft_set_rbtree: revisit array resize logic
Date: Wed, 18 Mar 2026 17:57:54 +0100 [thread overview]
Message-ID: <abrZkrarLXbZzXEO@chamomile> (raw)
In-Reply-To: <abrI8CZV3c8fi9x3@20HS2G4>
On Wed, Mar 18, 2026 at 10:46:56AM -0500, Chris Arges wrote:
> On 2026-03-17 18:07:21, Pablo Neira Ayuso wrote:
> > Chris Arges reports high memory consumption with thousands of
> > containers, this patch revisits the array allocation logic.
> >
> > For anonymous sets, start by 16 slots (which takes 256 bytes on x86_64).
> > Expand it by x2 until threshold of 512 slots is reached, over that
> > threshold, expand it by x1.5.
> >
> > For non-anonymous set, start by 1024 slots in the array (which takes 16
> > Kbytes initially on x86_64). Expand it by x1.5.
> >
> > Use set->ndeact to subtract deactivated elements when calculating the
> > number of the slots in the array, otherwise the array size array gets
> > increased artifically. Add special case shrink logic to deal with flush
> > set too.
> >
> > The shrink logic is skipped by anonymous sets.
> >
> > Use check_add_overflow() to calculate the new array size.
> >
> > Add a WARN_ON_ONCE check to make sure elements fit into the new array
> > size.
> >
> > Reported-by: Chris Arges <carges@cloudflare.com>
> > Fixes: 7e43e0a1141d ("netfilter: nft_set_rbtree: translate rbtree to array for binary search")
> > Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
> > ---
> > v4: use maybe_grow: goto tag instead of grow:
> > Add note in commit description: "The shrink logic is skipped by anonymous sets."
> >
>
> I will be able to testing this more in depth early next week. Just to confirm,
> this patch requires this to be applied first?
> https://lore.kernel.org/netfilter-devel/20260307001124.2897063-1-pablo@netfilter.org/
Yes, it requires that fix to be applied first.
next prev parent reply other threads:[~2026-03-18 17:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-17 17:07 [PATCH nf,v4] netfilter: nft_set_rbtree: revisit array resize logic Pablo Neira Ayuso
2026-03-18 15:46 ` Chris Arges
2026-03-18 15:50 ` Florian Westphal
2026-03-18 16:57 ` Pablo Neira Ayuso [this message]
2026-03-23 17:29 ` Chris Arges
2026-03-26 0:42 ` Chris Arges
2026-03-26 0:44 ` Chris Arges
2026-03-26 20:29 ` Pablo Neira Ayuso
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=abrZkrarLXbZzXEO@chamomile \
--to=pablo@netfilter.org \
--cc=carges@cloudflare.com \
--cc=fw@strlen.de \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox