[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <38cc7eec-48c4-d81c-a9de-e2799a197684@gmail.com>
Date: Sun, 7 Jan 2018 10:05:39 -0700
From: David Ahern <dsahern@...il.com>
To: Ido Schimmel <idosch@...lanox.com>, netdev@...r.kernel.org
Cc: davem@...emloft.net, roopa@...ulusnetworks.com,
nicolas.dichtel@...nd.com, weiwan@...gle.com, kafai@...com,
yoshfuji@...ux-ipv6.org, mlxsw@...lanox.com
Subject: Re: [PATCH net-next 14/18] ipv6: Take table lock outside of sernum
update function
On 1/7/18 3:45 AM, Ido Schimmel wrote:
> The next patch is going to allow dead routes to remain in the FIB tree
> in certain situations.
>
> When this happens we need to be sure to bump the sernum of the nodes
> where these are stored so that potential copies cached in sockets are
> invalidated.
>
> The function that performs this update assumes the table lock is not
> taken when it is invoked, but that will not be the case when it is
> invoked by the tree walker.
>
> Have the function assume the lock is taken and make the single caller
> take the lock itself.
>
> Signed-off-by: Ido Schimmel <idosch@...lanox.com>
> ---
> net/ipv6/ip6_fib.c | 5 +----
> net/ipv6/route.c | 2 ++
> 2 files changed, 3 insertions(+), 4 deletions(-)
>
Acked-by: David Ahern <dsahern@...il.com>
Powered by blists - more mailing lists