commit | f4e25f6e368492198d49ac6b2e05a25866fe3e8e | [log] [tgz] |
---|---|---|
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Apr 03 13:26:51 2015 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Apr 14 14:42:27 2015 -0700 |
tree | f9ab3c4c466379399a3bc95510cafbfd2f9fc7e6 | |
parent | 87ffabb1f055e14e7d171c6599539a154d647904 [diff] |
fm10k: Corrected an error in Tx statistics The function collecting Tx statistics was actually using values from the RX ring. Thus, Tx and Rx statistics values reported by "ifconfig" will return identical values. This change corrects this error and the Tx statistics is now reading from the Tx ring. 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>