From: Paolo Abeni <pabeni@redhat.com>
To: Vimal Agrawal <avimalin@gmail.com>, netdev@vger.kernel.org
Cc: kuba@kernel.org, kuniyu@google.com, edumazet@google.com,
vimal.agrawal@sophos.com
Subject: Re: [PATCH v2 net-next] net: neigh: avoid calling neigh_forced_gc on every alloc when table is full
Date: Mon, 6 Jul 2026 16:19:16 +0200 [thread overview]
Message-ID: <bc55e708-2f2f-46a1-b930-1cb62b05ac1d@redhat.com> (raw)
In-Reply-To: <20260706065813.66116-1-vimal.agrawal@sophos.com>
On 7/6/26 8:58 AM, Vimal Agrawal wrote:
> Once the neighbour table exceeds gc_thresh3, neigh_forced_gc() is called
> on every allocation attempt with no rate limiting. In workloads with mostly
> active/reachable entries, the GC walk traverses a large portion of the
> neighbour table without reclaiming entries, holding tbl->lock for an
> extended period. This causes severe lock contention and allocation
> latencies exceeding 16ms under sustained neighbour creation.
>
> Add a pre-lock check in neigh_forced_gc() to skip the GC run if one was
> performed within the last 50 ms, avoiding repeated full table scans and
> lock acquisitions on the hot allocation path.
>
> Profiling of neigh_create() shows ~3 orders of magnitude latency
> improvement with this change.
>
> Link: https://lore.kernel.org/netdev/CALkUMdSCpx_ywYCx_ePLdm6yioO1nQWx7sSM=AEgsq0kywHxTw@mail.gmail.com/
> Signed-off-by: Vimal Agrawal <vimal.agrawal@sophos.com>
This apparently breaks neigh self-tests:
# 29.38 [+5.12] TEST: IPv4 "extern_valid" flag: Forced garbage
collection [FAIL]
//...
# 85.91 [+5.11] TEST: IPv6 "extern_valid" flag: Forced garbage
collection [FAIL]
full log at:
https://netdev-ctrl.bots.linux.dev/logs/vmksft/net/results/722145/13-test-neigh-sh/
/P
next prev parent reply other threads:[~2026-07-06 14:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-18 8:17 neigh: poor scalability of forced GC when neighbour count exceeds gc_thresh3 Vimal Agrawal
2026-06-25 10:20 ` [PATCH net-next] net: neigh: avoid calling neigh_forced_gc on every alloc when table is full Vimal Agrawal
2026-06-25 15:42 ` Jakub Kicinski
2026-07-06 6:58 ` [PATCH v2 " Vimal Agrawal
2026-07-06 14:19 ` Paolo Abeni [this message]
2026-06-25 21:45 ` [PATCH " Kuniyuki Iwashima
2026-06-29 7:57 ` Vimal Agrawal
2026-06-29 18:05 ` Kuniyuki Iwashima
2026-06-30 12:01 ` Vimal Agrawal
2026-06-30 16:36 ` Kuniyuki Iwashima
2026-07-01 8:30 ` Vimal Agrawal
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=bc55e708-2f2f-46a1-b930-1cb62b05ac1d@redhat.com \
--to=pabeni@redhat.com \
--cc=avimalin@gmail.com \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=kuniyu@google.com \
--cc=netdev@vger.kernel.org \
--cc=vimal.agrawal@sophos.com \
/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