CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/05 09:23:38
Modified files:
sys/kern : subr_percpu.c uipc_mbuf.c
sys/net : route.c
sys/netinet : igmp.c ip_input.c udp_usrreq.c
sys/netinet6 : ip6_input.c
sys/sys : percpu.h
Log message:
Always allocate counters memory using type M_COUNTERS.
This makes the API simpler, and is probably more useful than spreading
counters memory other several types, making it harder to track.
Prodded by mpi, ok mpi@ stsp@
