[Intel-wired-lan] [PATCH net] ixgbe: update the rss key on h/w, when ethtool ask for it.

Bowers, AndrewX andrewx.bowers at intel.com
Fri Dec 23 17:22:22 UTC 2016


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Paolo Abeni
> Sent: Thursday, December 15, 2016 6:21 AM
> To: netdev at vger.kernel.org
> Cc: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH net] ixgbe: update the rss key on h/w,
> when ethtool ask for it.
> 
> Currently ixgbe_set_rxfh() updates the rss_key copy in the driver memory,
> but does not push the new value into the h/w. This commit add a new helper
> for the latter operation and call it in ixgbe_set_rxfh(), so that the h/w rss key
> value can be really updated via ethtool.
> 
> Signed-off-by: Paolo Abeni <pabeni at redhat.com>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe.h         |  1 +
>  drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c |  4 +++-
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    | 19 ++++++++++++++++--
> -
>  3 files changed, 20 insertions(+), 4 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
Verified ethtool hash key correlates with hash key in firmware register with Lanconf




More information about the Intel-wired-lan mailing list