commit | 781ee4ae16e5c7482ed2e0027aaaccace4c7a885 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Wed Apr 24 05:20:54 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Jun 14 13:03:34 2019 -0700 |
tree | 32d5b9d8d18067e943198eb463ed2683e3a67097 | |
parent | fefa9cfddf29a7c76ab052d13c2ef7170d9d6511 [diff] |
i40e: remove duplicate stat calculation for tx_errors The tx_errors statistic was being calculated twice in i40e_update_eth_stats. This appears to be as of commit 201db2898f2c ("i40e: add missing VSI statistics", 2014-03-25). Remove the extra i40e_stat_update32 call for GLV_TEPC. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>