OSDN Git Service

ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
authorVlad Zolotarov <vladz@cloudius-systems.com>
Mon, 30 Mar 2015 18:18:58 +0000 (21:18 +0300)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 11 Apr 2015 04:47:53 +0000 (21:47 -0700)
commit7f276efb45f8b022eeb9a0453240937806dc27e3
treeb7e6fdb468d75640ed061ec41f95612fa49165ca
parentdfaf891dd3e1e2e4531c4fd800bd6d8e3079ed72
ixgbe: 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.

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>
drivers/net/ethernet/intel/ixgbe/ixgbe.h
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c