[Intel-wired-lan] [PATCH net-next v3 0/2]: ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
vladz at cloudius-systems.com
Mon Mar 30 18:18:56 UTC 2015
Add the ethtool ops to VF driver to allow querying the RSS indirection table
and RSS Random Key.
This series refactors the RSS configuration code to store the current contents of
RSS indirection table and Hash Key in the "adapter" struct so that we won't need
to access registers every time this info is queried.
New in v3:
- Fix the byte ordering in RETA storing.
New in v2:
- Some styling fixes.
- Moved macros definitions from ixgbe_type.h to ixgbe.h.
Vlad Zolotarov (2):
ixgbe: Refactor the RSS configuration code.
ixgbe: Add the appropriate ethtool ops to query RSS indirection table
and key
drivers/net/ethernet/intel/ixgbe/ixgbe.h | 10 ++
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 42 +++++++
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 147 ++++++++++++++++-------
3 files changed, 155 insertions(+), 44 deletions(-)
--
2.1.0
More information about the Intel-wired-lan
mailing list