> From: netdev-ow...@vger.kernel.org [mailto:netdev- > ow...@vger.kernel.org] On Behalf Of Tobias Klauser > Sent: Wednesday, February 15, 2017 3:08 AM > To: netdev@vger.kernel.org > Cc: Kirsher, Jeffrey T <jeffrey.t.kirs...@intel.com>; intel-wired- > l...@lists.osuosl.org; Joe Perches <j...@perches.com> > Subject: [PATCH net-next] ixgb: Omit private ndo_get_stats function > > ixgb_get_stats() just returns dev->stats so we can leave it > out altogether and let dev_get_stats() do the job. > > Suggested-by: Joe Perches <j...@perches.com> > Signed-off-by: Tobias Klauser <tklau...@distanz.ch> > --- > drivers/net/ethernet/intel/ixgb/ixgb_main.c | 16 ---------------- > 1 file changed, 16 deletions(-)
Well, well. I managed to locate one of my ixgb based adapters as well as a system with a working PCI-X bus to host it. Tested-by: Aaron Brown <aaron.f.br...@intel.com>