Re: [PATCH net-next v8 0/2] Remove expired routes with a separated list of routes.
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-08-17 03:20:26
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-08-17 03:20:26
On Tue, 15 Aug 2023 11:07:04 -0700 thinker.li@gmail.com wrote:
From: Kui-Feng Lee <redacted> 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!