[Intel-wired-lan] [intel-wired-lan][next PATCH S8 02/15] i40e: add RX to port CRC errors label
Catherine Sullivan
catherine.sullivan at intel.com
Fri Jul 10 23:35:57 UTC 2015
From: Shannon Nelson <shannon.nelson at intel.com>
The port.crc_errors is really an RX counter, so let's mark it as such.
Signed-off-by: Shannon Nelson <shannon.nelson at intel.com>
Change-ID: I179afd3f8a95d45229bb4163a6aeb01f0d2d250b
---
drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c b/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
index 83d41c2..d6c7eb7 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
@@ -114,7 +114,7 @@ static struct i40e_stats i40e_gstrings_stats[] = {
I40E_PF_STAT("tx_errors", stats.eth.tx_errors),
I40E_PF_STAT("rx_dropped", stats.eth.rx_discards),
I40E_PF_STAT("tx_dropped_link_down", stats.tx_dropped_link_down),
- I40E_PF_STAT("crc_errors", stats.crc_errors),
+ I40E_PF_STAT("rx_crc_errors", stats.crc_errors),
I40E_PF_STAT("illegal_bytes", stats.illegal_bytes),
I40E_PF_STAT("mac_local_faults", stats.mac_local_faults),
I40E_PF_STAT("mac_remote_faults", stats.mac_remote_faults),
--
1.9.3
More information about the Intel-wired-lan
mailing list