Module Name: src Committed By: msaitoh Date: Mon Dec 3 04:39:44 UTC 2018
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c ixgbe.h Log Message: Some counters are not per queue but per traffic class. Make new evcnt group "ixgM tcN" (N = 0..7) and move those counters into it. We are using only traffic class 0, so we will see only tc0's counter are updated. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/ixgbe/ixgbe.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.