]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40evf: core ethtool functionality
authorGreg Rose <gregory.v.rose@intel.com>
Sat, 21 Dec 2013 06:12:56 +0000 (06:12 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 31 Dec 2013 23:52:57 +0000 (15:52 -0800)
commitfbb7ddfef253970ec6f29f5931db4d5aa0c28d28
tree4acbc9a613fd29501616159461682b754c70e3cb
parent7f12ad741a4870b8b6e3aafbcd868d0191770802
i40evf: core ethtool functionality

This patch contains the ethtool interface and related functionality.
Since the VF driver is mostly unaware of link, much of that
functionality is unused. The driver implements ethtool hooks for
statistics, driver info, and some basic non-link-related driver
settings.

Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_ethtool.c [new file with mode: 0644]