]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: use configured RSS key and lookup table in i40e_vsi_config_rss
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 19 Jul 2016 23:23:31 +0000 (16:23 -0700)
committerDhaval Giani <dhaval.giani@oracle.com>
Wed, 8 Mar 2017 00:31:37 +0000 (19:31 -0500)
commitb4e8b188c60403069efac5a0c6e15e053512579c
tree58756dfd3b6c48da4ab4b93c8ed554b4747c98f7
parent5400f1bb421fd8ade06c01379d78b769db7b06b9
i40e: use configured RSS key and lookup table in i40e_vsi_config_rss

Orabug: 24568124

A previous refactor added support to store user configuration for VSIs,
so that extra VSIs such as for VMDq can use this information when
configuring. Unfortunately the i40e_vsi_config_rss function was missed
in this refactor, and the values were being ignored. Fix this by
checking for the fields and using those instead of always using the
default values.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 552b996256241198a08005a91a206b402ac234f6)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_main.c