Re: [net PATCH 1/2] net: ipv6: fib: flush exceptions when purging route

2021-01-07 Thread Jakub Kicinski
On Wed, 6 Jan 2021 09:55:09 -0700 David Ahern wrote: > On 1/5/21 5:22 PM, Sean Tranchetti wrote: > > From: Sean Tranchetti > > > > Route removal is handled by two code paths. The main removal path is via > > fib6_del_route() which will handle purging any PMTU exceptions from the > > cache, removi

Re: [net PATCH 1/2] net: ipv6: fib: flush exceptions when purging route

2021-01-06 Thread David Ahern
On 1/5/21 5:22 PM, Sean Tranchetti wrote: > From: Sean Tranchetti > > Route removal is handled by two code paths. The main removal path is via > fib6_del_route() which will handle purging any PMTU exceptions from the > cache, removing all per-cpu copies of the DST entry used by the route, and > r

[net PATCH 1/2] net: ipv6: fib: flush exceptions when purging route

2021-01-05 Thread Sean Tranchetti
From: Sean Tranchetti Route removal is handled by two code paths. The main removal path is via fib6_del_route() which will handle purging any PMTU exceptions from the cache, removing all per-cpu copies of the DST entry used by the route, and releasing the fib6_info struct. The second removal loc