> From: Intel-wired-lan [mailto:[email protected]] On > Behalf Of Tobias Klauser > Sent: Wednesday, April 5, 2017 11:45 PM > To: Kirsher, Jeffrey T <[email protected]> > Cc: [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH] net: 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 <[email protected]> > --- > drivers/net/ethernet/intel/igbvf/igbvf.h | 1 - > drivers/net/ethernet/intel/igbvf/netdev.c | 26 +++++--------------------- > 2 files changed, 5 insertions(+), 22 deletions(-)
Tested-by: Aaron Brown <[email protected]>
