linux/drivers/net/ethernet/intel/ixgbevf
Vlad Zolotarov b641173915 ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
Added get_rxfh_indir_size, get_rxfh_key_size and get_rxfh ethtool_ops
callbacks implementations.

This enables the ethtool's "-x" and "--show-rxfh[-indir]" options for VF
devices.

This patch adds the support for 82599 and x540 devices only. Support for
other devices will be added later.

Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2015-04-11 11:50:28 -07:00
..
Makefile
defines.h ixgbevf: Fix code comments and whitespace 2015-03-13 15:41:07 -07:00
ethtool.c ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key 2015-04-11 11:50:28 -07:00
ixgbevf.h ixgbevf: Add RSS Key query code 2015-04-11 11:39:19 -07:00
ixgbevf_main.c ixgbevf: Add a RETA query code 2015-04-11 09:26:19 -07:00
mbx.c ixgbevf: Fix code comments and whitespace 2015-03-13 15:41:07 -07:00
mbx.h ixgbevf: Add RSS Key query code 2015-04-11 11:39:19 -07:00
regs.h ixgbevf: Fix code comments and whitespace 2015-03-13 15:41:07 -07:00
vf.c ixgbevf: Add RSS Key query code 2015-04-11 11:39:19 -07:00
vf.h ixgbevf: Add RSS Key query code 2015-04-11 11:39:19 -07:00