netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
@ 2015-03-26 22:44 Vlad Zolotarov
  2015-03-26 22:44 ` [PATCH net-next v2 1/2] ixgbe: Refactor the RSS configuration code Vlad Zolotarov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Vlad Zolotarov @ 2015-03-26 22:44 UTC (permalink / raw)
  To: netdev; +Cc: jeffrey.t.kirsher, intel-wired-lan, avi, gleb, Vlad Zolotarov

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 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    | 142 ++++++++++++++++-------
 3 files changed, 151 insertions(+), 43 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-03-27 10:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 22:44 [PATCH net-next v2 0/2] ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key Vlad Zolotarov
2015-03-26 22:44 ` [PATCH net-next v2 1/2] ixgbe: Refactor the RSS configuration code Vlad Zolotarov
2015-03-27  4:15   ` Jeff Kirsher
2015-03-26 22:44 ` [PATCH net-next v2 2/2] ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key Vlad Zolotarov
2015-03-27  4:15   ` Jeff Kirsher
2015-03-27  4:17 ` [PATCH net-next v2 0/2] " Jeff Kirsher
2015-03-27  9:53   ` Vlad Zolotarov
2015-03-27 10:05     ` Jeff Kirsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).