Re: [PATCH net-next 3/5] net: Refactor path selection in __ip_route_output_key

2015-10-05 Thread David Ahern
On 10/5/15 7:38 AM, David Miller wrote: From: kbuild test robot Date: Fri, 2 Oct 2015 14:20:30 +0800 Hi David, [auto build test results on next-20151001 -- if it's inappropriate base, please ignore] config: mips-nlm_xlp_defconfig (attached as .config) reproduce: wget https://git.k

Re: [PATCH net-next 3/5] net: Refactor path selection in __ip_route_output_key

2015-10-05 Thread David Miller
From: kbuild test robot Date: Fri, 2 Oct 2015 14:20:30 +0800 > Hi David, > > [auto build test results on next-20151001 -- if it's inappropriate base, > please ignore] > > config: mips-nlm_xlp_defconfig (attached as .config) > reproduce: > wget > https://git.kernel.org/cgit/linux/kerne

Re: [PATCH net-next 3/5] net: Refactor path selection in __ip_route_output_key

2015-10-01 Thread kbuild test robot
Hi David, [auto build test results on next-20151001 -- if it's inappropriate base, please ignore] config: mips-nlm_xlp_defconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod

[PATCH net-next 3/5] net: Refactor path selection in __ip_route_output_key

2015-10-01 Thread David Ahern
VRF device needs same path selection following lookup to set source address. Rather than duplicating code, move existing code into a function that is exported to modules. Signed-off-by: David Ahern --- include/net/ip_fib.h | 2 ++ net/ipv4/fib_semantics.c | 18 ++ net/ipv4/r