fm10k: Remove redundant rx_errors in ethtool
Output of ethtool was reporting 2 rx_errors entries. This change removes one of the redundant entries. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Matthew Vick <matthew.vick@intel.com> Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Intel Ethernet Switch Host Interface Driver
|
||||
* Copyright(c) 2013 - 2014 Intel Corporation.
|
||||
* Copyright(c) 2013 - 2015 Intel Corporation.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
@@ -266,7 +266,6 @@ struct fm10k_intfc {
|
||||
u64 tx_csum_errors;
|
||||
u64 alloc_failed;
|
||||
u64 rx_csum_errors;
|
||||
u64 rx_errors;
|
||||
|
||||
u64 tx_bytes_nic;
|
||||
u64 tx_packets_nic;
|
||||
|
Reference in New Issue
Block a user