All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net-next v1 0/2]: ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
@ 2015-03-26 17:56 ` Vlad Zolotarov
  0 siblings, 0 replies; 22+ messages in thread
From: Vlad Zolotarov @ 2015-03-26 17:56 UTC (permalink / raw)
  To: intel-wired-lan

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.

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         |   3 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c |  42 +++++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    | 143 ++++++++++++++++-------
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h    |   7 ++
 4 files changed, 152 insertions(+), 43 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2015-03-30 17:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 17:56 [Intel-wired-lan] [PATCH net-next v1 0/2]: ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key Vlad Zolotarov
2015-03-26 17:56 ` Vlad Zolotarov
2015-03-26 17:56 ` [Intel-wired-lan] [PATCH net-next v1 1/2] ixgbe: Refactor the RSS configuration code Vlad Zolotarov
2015-03-26 17:56   ` Vlad Zolotarov
2015-03-26 20:20   ` [Intel-wired-lan] " Tantilov, Emil S
2015-03-26 20:20     ` Tantilov, Emil S
2015-03-26 20:55     ` Vlad Zolotarov
2015-03-26 20:55       ` Vlad Zolotarov
2015-03-26 21:27       ` Tantilov, Emil S
2015-03-26 21:27         ` Tantilov, Emil S
2015-03-26 21:51         ` Vlad Zolotarov
2015-03-26 21:51           ` Vlad Zolotarov
2015-03-30 16:19   ` Alexander Duyck
2015-03-30 16:19     ` Alexander Duyck
2015-03-30 16:59     ` [Intel-wired-lan] " Vlad Zolotarov
2015-03-30 16:59       ` Vlad Zolotarov
2015-03-30 17:04       ` [Intel-wired-lan] " Alexander Duyck
2015-03-30 17:04         ` Alexander Duyck
2015-03-30 17:23         ` Vlad Zolotarov
2015-03-30 17:23           ` Vlad Zolotarov
2015-03-26 17:56 ` [Intel-wired-lan] [PATCH net-next v1 2/2] ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key Vlad Zolotarov
2015-03-26 17:56   ` Vlad Zolotarov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.