Re: [PATCH net-next] IPv6 ifstats separation

2018-10-04 Thread Eric Dumazet
On 10/04/2018 09:40 AM, Stephen Suryaputra wrote: > Separate IPv6 ifstats into the ones that are hit on fast path and > the ones that aren't. The ones that are not can be removed as needed > using sysctls. > > Signed-off-by: Stephen Suryaputra > --- > include/linux/ipv6.h | 3 + > incl

[PATCH net-next] IPv6 ifstats separation

2018-10-04 Thread Stephen Suryaputra
Separate IPv6 ifstats into the ones that are hit on fast path and the ones that aren't. The ones that are not can be removed as needed using sysctls. Signed-off-by: Stephen Suryaputra --- include/linux/ipv6.h | 3 + include/net/if_inet6.h| 3 +- include/net/ipv6.h| 28 ++-