CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/18 01:18:22
Modified files:
sys/dev/pci : if_ix.c if_ix.h ixgbe.h
Log message:
replace stat collection with the kstat api.
before this the stats were always collected, but you could only see
stats with gdb against the running kernel, or by enabling IX_DEBUG
in the build. neither of these are supported by default.
