Re: [PATCH net-next 4/5] net: Make ip_ra_chain per struct net

2018-03-17 Thread Kirill Tkhai
Hi, On 17.03.2018 02:22, kbuild test robot wrote: > Hi Kirill, > > Thank you for the patch! Perhaps something to improve: > > [auto build test WARNING on v4.16-rc4] > [also build test WARNING on next-20180316] > [if your patch is applied to the wrong git tree, please drop us a note to > help

Re: [PATCH net-next 4/5] net: Make ip_ra_chain per struct net

2018-03-16 Thread kbuild test robot
Hi Kirill, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.16-rc4] [also build test WARNING on next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH net-next 4/5] net: Make ip_ra_chain per struct net

2018-03-15 Thread Kirill Tkhai
This is optimization, which makes ip_call_ra_chain() iterate less sockets to find the sockets it's looking for. Signed-off-by: Kirill Tkhai --- include/net/ip.h | 13 +++-- include/net/netns/ipv4.h |1 + net/ipv4/ip_input.c |5 ++---