Re: [PATCH net-next] ipv4: fib: Replay events when registering FIB notifier

2016-10-31 Thread kbuild test robot
Hi Ido, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/idosch-idosch-org/ipv4-fib-Replay-events-when-registering-FIB-notifier/20161031-163334 config: x86_64-randconfig-s4-10311807 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901

Re: [PATCH net-next] ipv4: fib: Replay events when registering FIB notifier

2016-10-31 Thread Ido Schimmel
On Tue, Nov 01, 2016 at 12:54:01AM +0800, kbuild test robot wrote: > Hi Ido, > > [auto build test ERROR on net-next/master] > > url: > https://github.com/0day-ci/linux/commits/idosch-idosch-org/ipv4-fib-Replay-events-when-registering-FIB-notifier/20161031-163334 > config: x86_64-randconfig-x0

Re: [PATCH net-next] ipv4: fib: Replay events when registering FIB notifier

2016-10-31 Thread kbuild test robot
Hi Ido, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/idosch-idosch-org/ipv4-fib-Replay-events-when-registering-FIB-notifier/20161031-163334 config: x86_64-randconfig-x014-201644 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 r

[PATCH net-next] ipv4: fib: Replay events when registering FIB notifier

2016-10-31 Thread idosch
From: Ido Schimmel When registering a FIB notifier block we should notify the caller of already existing FIB entries and rules, as it would otherwise have an incomplete view of the FIB tables. This is especially important for switchdev drivers that support FIB offloads. Failing to notify them of