OSDN Git Service

i40e: reset veb.tc_stats when resetting veb.stats
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 23 Jul 2019 10:01:37 +0000 (06:01 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 22 Aug 2019 20:24:13 +0000 (13:24 -0700)
commit1e0303fd29428e3e3bbd8edf72f80750f86a7116
tree78f549845900454f9337e1f02eef77b361e6f340
parentf93b3fd9a34ba8ac2228e219e05259e503325ab7
i40e: reset veb.tc_stats when resetting veb.stats

The stats structure for the VEB switch statistics is reset periodically,
but the tc_stats are not reset at the same time.

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>
drivers/net/ethernet/intel/i40e/i40e_main.c