Re: [PATCH net-next v1 0/5]: ixgbevf: Allow querying VFs RSS indirection table and key
From: Vlad Zolotarov <hidden>
Date: 2014-12-31 16:20:30
From: Vlad Zolotarov <hidden>
Date: 2014-12-31 16:20:30
On 12/31/14 18:01, Jeff Kirsher wrote:
On Wed, 2014-12-31 at 11:51 +0200, Vlad Zolotarov wrote:quoted
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. New in v1 (compared to RFC): - Use "if-else" statement instead of a "switch-case" for a single option case. More specifically: in cases where the newly added API version is the only one allowed. We may consider using a "switch-case" back again when the list of allowed API versions in these specific places grows up.Thanks Vlad, I will add your series to my queue.
Great! Thanks a lot Jeff! Happy New Year to everybody!