commit | 55c05dd0295d8334a987c82cc57abe60a5d49f37 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu Apr 06 08:45:22 2017 +0200 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Thu Apr 20 16:32:45 2017 -0700 |
tree | 46d999f8bbca91f7ad4f2d43834048b795c26c1a | |
parent | b90fa8763560aab7c75697fb324ffc73fb813ecc [diff] |
igbvf: Use net_device_stats from struct net_device Instead of using a private copy of struct net_device_stats in struct igbvf_adapter, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>