commit | 876be083b669c43203c0ee8709d749896e1d8d60 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Mon Oct 01 20:58:35 2012 +0100 |
committer | Ben Hutchings <bhutchings@solarflare.com> | Sat Dec 01 02:00:10 2012 +0000 |
tree | f88727f3f84df9fd33caa69fb36c2ec6ca039f4f | |
parent | c3771a35bebeea16c4fd94d1116010cc02b1f75e [diff] |
sfc: Reset driver's MAC stats after MC reboot seen If the MC reboots then the stats it reports to us will have been reset. We need to reset ours to get efx_update_diff_stat() working properly. (Ideally we would maintain stats across the reboot, but as this should only happen immediately after a firmware upgrade it's not really worth the trouble.) Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>