Re: [PATCH net-next v1 0/5]: ixgbevf: Allow querying VFs RSS indirection table and key
From: Jeff Kirsher <hidden>
Date: 2014-12-31 16:01:42
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Jeff Kirsher <hidden>
Date: 2014-12-31 16:01:42
On Wed, 2014-12-31 at 11:51 +0200, Vlad Zolotarov wrote:
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.