Re: [PATCH v2 net-next 3/9] net: lwtunnel: Add extack to encap attr validation

2017-05-27 Thread David Ahern
On 5/27/17 7:02 PM, kbuild test robot wrote: > Hi David, > > [auto build test ERROR on net-next/master] > > url: > https://github.com/0day-ci/linux/commits/David-Ahern/net-another-round-of-extack-handling-for-routing/20170528-062659 > config: ia64-allmodconfig (attached as .config) > compiler

Re: [PATCH v2 net-next 3/9] net: lwtunnel: Add extack to encap attr validation

2017-05-27 Thread kbuild test robot
Hi David, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/David-Ahern/net-another-round-of-extack-handling-for-routing/20170528-062659 config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 6.2.0 reproduce: wget https:/

[PATCH v2 net-next 3/9] net: lwtunnel: Add extack to encap attr validation

2017-05-27 Thread David Ahern
Pass extack down to lwtunnel_valid_encap_type and lwtunnel_valid_encap_type_attr. Add messages for unknown or unsupported encap types. Signed-off-by: David Ahern --- include/net/lwtunnel.h | 13 + net/core/lwtunnel.c | 18 +- net/ipv4/fib_frontend.c | 6 --