commit | 87648cc925222f16c3bd119af8ae8e8fb2f3fe1d | [log] [tgz] |
---|---|---|
author | Edward Cree <ecree@solarflare.com> | Wed Sep 25 17:34:12 2013 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Fri Oct 04 23:31:50 2013 +0100 |
tree | abccca3a6779ad6f9879b2ae094ce04e51bdb953 | |
parent | d546a89362dcc35bc1aacf0e8e3b0da5a7d2dc89 [diff] |
sfc: Fix internal indices of ethtool stats for EF10 The indices in nic_data->stats need to match the EF10_STAT_whatever enum values. In efx_nic_update_stats, only mask; gaps are removed in efx_ef10_update_stats. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>