netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH net-next 0/5]: ixgbevf: Allow querying VFs RSS indirection table and key
@ 2014-12-30 16:30 Vlad Zolotarov
  2014-12-30 16:30 ` [RFC PATCH net-next 1/5] ixgbe: Add a RETA query command to VF-PF channel API Vlad Zolotarov
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Vlad Zolotarov @ 2014-12-30 16:30 UTC (permalink / raw)
  To: netdev; +Cc: gleb, avi, Vlad Zolotarov

Add the ethtool ops to VF driver to allow querying the RSS indirection table
and RSS Random Key.

 - PF driver: Add new VF-PF channel commands.
 - VF driver: Utilize these new commands and add the corresponding
              ethtool callbacks.

Vlad Zolotarov (5):
  ixgbe: Add a RETA query command to VF-PF channel API
  ixgbevf: Add a RETA query code
  ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
  ixgbevf: Add RSS Key query code
  ixgbevf: Add the appropriate ethtool ops to query RSS indirection
    table and key

 drivers/net/ethernet/intel/ixgbe/ixgbe_mbx.h      |   8 ++
 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c    |  60 +++++++++++
 drivers/net/ethernet/intel/ixgbevf/ethtool.c      |  37 +++++++
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |   4 +-
 drivers/net/ethernet/intel/ixgbevf/mbx.h          |   8 ++
 drivers/net/ethernet/intel/ixgbevf/vf.c           | 125 ++++++++++++++++++++++
 drivers/net/ethernet/intel/ixgbevf/vf.h           |   2 +
 7 files changed, 243 insertions(+), 1 deletion(-)

-- 
2.1.0

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

end of thread, other threads:[~2014-12-30 19:36 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 16:30 [RFC PATCH net-next 0/5]: ixgbevf: Allow querying VFs RSS indirection table and key Vlad Zolotarov
2014-12-30 16:30 ` [RFC PATCH net-next 1/5] ixgbe: Add a RETA query command to VF-PF channel API Vlad Zolotarov
2014-12-30 19:21   ` Jeff Kirsher
2014-12-30 19:28     ` Vlad Zolotarov
2014-12-30 19:30       ` Jeff Kirsher
2014-12-30 19:35         ` Vlad Zolotarov
2014-12-30 16:30 ` [RFC PATCH net-next 2/5] ixgbevf: Add a RETA query code Vlad Zolotarov
2014-12-30 16:30 ` [RFC PATCH net-next 3/5] ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set Vlad Zolotarov
2014-12-30 19:23   ` Jeff Kirsher
2014-12-30 19:29     ` Vlad Zolotarov
2014-12-30 16:30 ` [RFC PATCH net-next 4/5] ixgbevf: Add RSS Key query code Vlad Zolotarov
2014-12-30 19:26   ` Jeff Kirsher
2014-12-30 16:30 ` [RFC PATCH net-next 5/5] ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key Vlad Zolotarov
2014-12-30 18:16 ` [RFC PATCH net-next 0/5]: ixgbevf: Allow querying VFs " Jeff Kirsher
     [not found]   ` <CAOYyTHb+5Wc-e3vBVE+MCh6YNfmompi9Mnsr0nDnHAn7Tvqyew@mail.gmail.com>
2014-12-30 18:52     ` Jeff Kirsher
     [not found]       ` <CAOYyTHathHiGThyHj+yRi9O6jWEAO3wkAK-6egMc2OwK9dQoMQ@mail.gmail.com>
2014-12-30 19:28         ` Jeff Kirsher
2014-12-30 19:30           ` Vlad Zolotarov
2014-12-30 19:34             ` Jeff Kirsher
2014-12-30 19:36               ` Vlad Zolotarov

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).