ixgbe: remove mac fault counts from Rx errors
authorHarry van Haaren <harry.van.haaren@intel.com>
Mon, 2 Nov 2015 10:56:09 +0000 (10:56 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 2 Nov 2015 23:30:29 +0000 (00:30 +0100)
commit48dd1a82a615812560c90c3d8025e96234ba5b40
tree6b381ae24d9bd8165f1b94a63ae3b0bb7457334c
parent76d4c652e07d5553eed74da84b4de91e5c6b1870
ixgbe: remove mac fault counts from Rx errors

This patch removes the mac local fault count and
mac remote fault count from rx errors. The mac
fault count registers count faults, not packets,
and hence should not be added to packet counters.

Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c