Re: [patch net-next 0/8] ipv4: fib: Allow modules to dump FIB tables

2016-11-16 Thread Alexander Duyck
On Wed, Nov 16, 2016 at 6:08 AM, Jiri Pirko wrote: > From: Jiri Pirko > > Ido says: > > In kernel 4.9 the switchdev-specific FIB offload mechanism was replaced > by a new FIB notification chain to which modules could register in order > to be notified about the addition and deletion of FIB entrie

[patch net-next 0/8] ipv4: fib: Allow modules to dump FIB tables

2016-11-16 Thread Jiri Pirko
From: Jiri Pirko Ido says: In kernel 4.9 the switchdev-specific FIB offload mechanism was replaced by a new FIB notification chain to which modules could register in order to be notified about the addition and deletion of FIB entries. The motivation for this change was that switchdev drivers nee