Re: [PATCH RFC net-next 5/6] net: Delay initializations for lightweight devices

2017-05-08 Thread Florian Fainelli
On 05/06/2017 09:07 AM, David Ahern wrote: > Delay ipv4 and ipv6 initializations on lightweight netdevices until an > address is added to the device. > > Skip sysctl initialization for neighbor path as well. Yeah, thanks for including the sysctl initialization. One thing that my earlier "L2 only"

[PATCH RFC net-next 5/6] net: Delay initializations for lightweight devices

2017-05-06 Thread David Ahern
Delay ipv4 and ipv6 initializations on lightweight netdevices until an address is added to the device. Skip sysctl initialization for neighbor path as well. Signed-off-by: David Ahern --- include/linux/netdevice.h | 5 + net/core/neighbour.c | 3 +++ net/ipv4/devinet.c| 18 ++