Module Name: src
Committed By: msaitoh
Date: Tue Oct 3 02:55:37 UTC 2017
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_mbx.c ixgbe_type.h ixv.c
Log Message:
Make mailbox statistic counters evcnt(9).
Example:
> ixv0 message TXs 23 0 misc
> ixv0 message RXs 2911 0 misc
> ixv0 ACKs 23 0 misc
> ixv0 REQs 22 0 misc
> ixv0 RSTs 0 0 misc
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/ixgbe/ixgbe_mbx.c
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/ixgbe/ixgbe_type.h
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/pci/ixgbe/ixv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.