[dpdk-dev] [PATCH] ixgbe: remove mac fault counts from rx errors

2015-11-03 Thread Thomas Monjalon
2015-11-02 10:56, Harry van Haaren: > 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 Applied, thanks

[dpdk-dev] [PATCH] ixgbe: remove mac fault counts from rx errors

2015-11-02 Thread Harry van Haaren
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 --- drivers/net/ixgbe/ixgbe_ethdev.c | 2 -- 1 file changed, 2