]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
i40e: Increase delay to 1 s after global EMP reset
authorJedrzej Jagielski <jedrzej.jagielski@intel.com>
Thu, 28 Oct 2021 13:51:14 +0000 (13:51 +0000)
committerPaolo Pisati <paolo.pisati@canonical.com>
Thu, 3 Feb 2022 09:28:49 +0000 (10:28 +0100)
commit84a63570b1f27c930b86d19c968a86349e3760c3
tree4fb826ee1116a89b4bcebc05298460fb12b4f2d3
parentafd7b680887f3d947643c8d73385c024468d2c11
i40e: Increase delay to 1 s after global EMP reset

BugLink: https://bugs.launchpad.net/bugs/1959879
commit 9b13bd53134c9ddd544a790125199fdbdb505e67 upstream.

Recently simplified i40e_rebuild causes that FW sometimes
is not ready after NVM update, the ping does not return.

Increase the delay in case of EMP reset.
Old delay of 300 ms was introduced for specific cards for 710 series.
Now it works for all the cards and delay was increased.

Fixes: 1fa51a650e1d ("i40e: Add delay after EMP reset for firmware to recover")
Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Signed-off-by: Jedrzej Jagielski <jedrzej.jagielski@intel.com>
Tested-by: Gurucharan G <gurucharanx.g@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/net/ethernet/intel/i40e/i40e_main.c