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)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Mon, 9 Aug 2021 16:59:23 +0000 (09:59 -0700)
commita7550f8b1c9712894f9e98d6caf5f49451ebd058
treef2ad5020051e2d4ea751c3292e71e77483db9ee5
parent3ba7f53f8bf1fb862e36c7f74434ac3aceb60158
iavf: Set RSS LUT and key in reset handle path

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>
drivers/net/ethernet/intel/iavf/iavf_main.c