ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
authorVlad Zolotarov <vladz@cloudius-systems.com>
Mon, 30 Mar 2015 18:35:27 +0000 (21:35 +0300)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 11 Apr 2015 18:30:12 +0000 (11:30 -0700)
commit3c0841a9229d9d3c33bab06b661314b82896c2d9
tree08a0a6a42aca332da7e23f6ffd5c6b8f2349a5ea
parent94cf66f87064b8e4b24412f042b98e7cba4ebce2
ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set

For 82599 and x540 VFs and PF share the same RSS Key. Therefore we will
return the same RSS key for all VFs.

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