CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/11 15:08:57
Modified files:
sys/net : if.c if_var.h
Log message:
add optional per-cpu counters for interface stats.
these exist so interfaces that want to do mpsafe work outside the
ifq machinery have a place to allocate and update stats in. the
generic ioctl handling for getting stats to userland knows how to
roll the new per cpu stats into the rest before export.
ok visa@
