Re: [PATCH] net: dsa: add FIB support

2016-09-12 Thread John Crispin
On 12/09/2016 16:00, Andrew Lunn wrote: > Hi John > >> +if (!ds->drv->ipv4_fib_prepare || !ds->drv->ipv4_fib_add) > > drv recently got renamed to ops, which is what 0-day is complaining > about. > > Andrew > i based this on a net-next from 5-6 days ago, will rebase/resend tomorrow.

Re: [PATCH] net: dsa: add FIB support

2016-09-12 Thread Andrew Lunn
Hi John > + if (!ds->drv->ipv4_fib_prepare || !ds->drv->ipv4_fib_add) drv recently got renamed to ops, which is what 0-day is complaining about. Andrew

Re: [PATCH] net: dsa: add FIB support

2016-09-12 Thread kbuild test robot
Hi John, [auto build test ERROR on net-next/master] [cannot apply to v4.8-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record what (public, well-known)

Re: [PATCH] net: dsa: add FIB support

2016-09-12 Thread kbuild test robot
Hi John, [auto build test WARNING on net-next/master] [also build test WARNING on next-20160912] [cannot apply to v4.8-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for con

Re: [PATCH] net: dsa: add FIB support

2016-09-12 Thread kbuild test robot
Hi John, [auto build test ERROR on net-next/master] [also build test ERROR on next-20160912] [cannot apply to v4.8-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for conveni

[PATCH] net: dsa: add FIB support

2016-09-12 Thread John Crispin
Add SWITCHDEV_OBJ_ID_IPV4_FIB support to the DSA layer. Signed-off-by: John Crispin --- Documentation/networking/dsa/dsa.txt | 18 +++ include/net/dsa.h| 13 +++ net/dsa/slave.c | 41 ++ 3 files ch