CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/02/05 09:04:14

Modified files:
        sys/net        : if_bridge.c pf.c 
        sys/netinet    : ipsec_input.c 
        sys/netinet6   : dest6.c frag6.c icmp6.c in6.c ip6_forward.c 
                         ip6_input.c ip6_mroute.c ip6_output.c ip6_var.h 
                         raw_ip6.c route6.c 

Log message:
Use percpu counters for ip6stat

Try to follow the existing examples.  Some notes:
- don't implement counters_dec() yet, which could be used in two
similar chunks of code.  Let's see if there are more users first.
- stop incrementing IPv6-specific mbuf stats, IPv4 has no equivalent.

Input from mpi@, ok bluhm@ mpi@

Reply via email to