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 <[email protected]>
> ---
> include/linux/ipv6.h | 3 +
> include/net/if_inet6.h | 3 +-
> include/net/ipv6.h | 28 ++-
> include/net/snmp.h | 22 +++
> include/uapi/linux/ipv6.h | 3 +
> include/uapi/linux/snmp.h | 3 +-
> net/ipv6/addrconf.c | 380 +++++++++++++++++++++++++++++++++++---
> net/ipv6/addrconf_core.c | 3 +-
> net/ipv6/proc.c | 57 +++++-
> 9 files changed, 462 insertions(+), 40 deletions(-)
This is a huge patch to review.
It certainly deserves a changelog explaining why we should even review this
stuff.
What do we gain from this (huge and probably adding bugs) change exactly ???
Thanks.