commit | f21fa0606c383e8c7289ad89b4a610b441707d08 | [log] [tgz] |
---|---|---|
author | Dmitrii Golovanov <dmitrii.golovanov@intel.com> | Tue Jul 02 08:22:51 2019 -0400 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Aug 05 11:42:05 2019 -0700 |
tree | 72fef2468d92db93d20aa4aa146b62d29773129c | |
parent | a9e21bea1f815c2ec917ecc0efe0a7049c825d5b [diff] |
i40e: fix incorrect ethtool statistics veb and veb.tc_ This patch fixes missing call of i40e_update_veb_stats() in function i40e_get_ethtool_stats() to update stats data of VEB and VEB TC counters before they are written into ethtool buffer. Before the patch ethtool counters may fell behind interface counters. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>