From: Jakub Kicinski <kuba@kernel.org>
To: thinker.li@gmail.com
Cc: dsahern@kernel.org, davem@davemloft.net, edumazet@google.com,
netdev@vger.kernel.org, pabeni@redhat.com, martin.lau@linux.dev,
kernel-team@meta.com, yhs@meta.com, sinquersw@gmail.com,
kuifeng@meta.com
Subject: Re: [PATCH net-next v8 0/2] Remove expired routes with a separated list of routes.
Date: Wed, 16 Aug 2023 20:20:24 -0700 [thread overview]
Message-ID: <20230816202024.1caa2257@kernel.org> (raw)
In-Reply-To: <20230815180706.772638-1-thinker.li@gmail.com>
On Tue, 15 Aug 2023 11:07:04 -0700 thinker.li@gmail.com wrote:
> From: Kui-Feng Lee <thinker.li@gmail.com>
>
> FIB6 GC walks trees of fib6_tables to remove expired routes. Walking a tree
> can be expensive if the number of routes in a table is big, even if most of
> them are permanent. Checking routes in a separated list of routes having
> expiration will avoid this potential issue.
Applied, thank you!
prev parent reply other threads:[~2023-08-17 3:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-15 18:07 [PATCH net-next v8 0/2] Remove expired routes with a separated list of routes thinker.li
2023-08-15 18:07 ` [PATCH net-next v8 1/2] net/ipv6: " thinker.li
2023-08-15 18:07 ` [PATCH net-next v8 2/2] selftests: fib_tests: Add a test case for IPv6 garbage collection thinker.li
2023-08-17 3:20 ` Jakub Kicinski [this message]
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=20230816202024.1caa2257@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=kernel-team@meta.com \
--cc=kuifeng@meta.com \
--cc=martin.lau@linux.dev \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sinquersw@gmail.com \
--cc=thinker.li@gmail.com \
--cc=yhs@meta.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;
as well as URLs for NNTP newsgroup(s).