Re: [PATCH net-next v2 2/3] ipv6: per netns fib6 walkers

2016-03-08 Thread Cong Wang
On Tue, Mar 8, 2016 at 5:44 AM, Michal Kubecek wrote: > The IPv6 FIB data structures are separated per network namespace but > there is still only one global walkers list and one global walker list > lock. This means changes in one namespace unnecessarily interfere with > walkers in other namespac

[PATCH net-next v2 2/3] ipv6: per netns fib6 walkers

2016-03-08 Thread Michal Kubecek
The IPv6 FIB data structures are separated per network namespace but there is still only one global walkers list and one global walker list lock. This means changes in one namespace unnecessarily interfere with walkers in other namespaces. Replace the global list with per-netns lists (and give eac