Re: [PATCH net-next 1/7] lwt: Add net to build_state argument

2016-09-15 Thread Roopa Prabhu
On 9/14/16, 4:22 PM, Tom Herbert wrote: > Users of LWT need to know net if they want to have per net operations > in LWT. > > Signed-off-by: Tom Herbert > --- > Acked-by: Roopa Prabhu

Re: [PATCH net-next 1/7] lwt: Add net to build_state argument

2016-09-14 Thread kbuild test robot
Hi Tom, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Herbert/net-ILA-resolver-and-generic-resolver-backend/20160915-073357 config: microblaze-mmu_defconfig (attached as .config) compiler: microblaze-linux-gcc (GCC) 4.9.0 reproduce: wge

Re: [PATCH net-next 1/7] lwt: Add net to build_state argument

2016-09-14 Thread kbuild test robot
Hi Tom, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Herbert/net-ILA-resolver-and-generic-resolver-backend/20160915-073357 config: i386-randconfig-x003-201637 (attached as .config) compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705 reproduce:

Re: [PATCH net-next 1/7] lwt: Add net to build_state argument

2016-09-14 Thread kbuild test robot
Hi Tom, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Herbert/net-ILA-resolver-and-generic-resolver-backend/20160915-073357 config: x86_64-randconfig-x013-201637 (attached as .config) compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705 reproduce:

[PATCH net-next 1/7] lwt: Add net to build_state argument

2016-09-14 Thread Tom Herbert
Users of LWT need to know net if they want to have per net operations in LWT. Signed-off-by: Tom Herbert --- include/net/lwtunnel.h| 10 +- net/core/lwtunnel.c | 11 +++ net/ipv4/fib_semantics.c | 7 --- net/ipv4/ip_tunnel_core.c | 12 ++-- net/ipv6/ila/il