Re: [PATCH net-next v6 7/7] ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
From: Jeff Kirsher <hidden>
Date: 2015-03-23 10:31:55
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Jeff Kirsher <hidden>
Date: 2015-03-23 10:31:55
On Sun, 2015-03-22 at 21:01 +0200, Vlad Zolotarov wrote:
Added get_rxfh_indir_size, get_rxfh_key_size and get_rxfh ethtool_ops callbacks implementations. This enables the ethtool's "-x" and "--show-rxfh[-indir]" options for VF devices. Signed-off-by: Vlad Zolotarov <redacted> --- New in v6: - Added a required get_rxnfc callback to ixgbevf_ethtool_ops. New in v4: - Removed not needed braces in if-statement in ixgbevf_get_rxfh_indir_size(). New in v3: - Added a proper support for x550 devices: return the correct redirection table size. New in v2: - Added a detailed description to the patch. Signed-off-by: Vlad Zolotarov <redacted> --- drivers/net/ethernet/intel/ixgbevf/ethtool.c | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+)
Thanks Vlad, I have applied your patch to my next-queue tree -- git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git dev-queue