iavf: Set RSS LUT and key in reset handle path
authorMd Fahad Iqbal Polash <md.fahad.iqbal.polash@intel.com>
Fri, 4 Jun 2021 16:53:33 +0000 (09:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Aug 2021 06:59:11 +0000 (08:59 +0200)
commitb3f0b170842c92e120bf77b949df03cc4838a0b3
tree23f4a1ca97f3faea6c1f4e72c2c9dba4a27e88ec
parenta6192bae12e40e5f6d9e104691ae491a501cf1cd
iavf: Set RSS LUT and key in reset handle path

[ Upstream commit a7550f8b1c9712894f9e98d6caf5f49451ebd058 ]

iavf driver should set RSS LUT and key unconditionally in reset
path. Currently, the driver does not do that. This patch fixes
this issue.

Fixes: 2c86ac3c7079 ("i40evf: create a generic config RSS function")
Signed-off-by: Md Fahad Iqbal Polash <md.fahad.iqbal.polash@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/intel/iavf/iavf_main.c