mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-11 15:49:56 +00:00
i40e: clear pxe after adminq is rebuilt
Be sure to clear PXE mode bit on each reset after AdminQ has been rebuilt. Change-ID: I992d8c79594f8ca0660c50844ace675ecb9c9bf2 Signed-off-by: Shannon Nelson <shannon.nelson@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
c6423ff100
commit
e78ac4bff2
@ -5520,6 +5520,7 @@ static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit)
|
||||
i40e_verify_eeprom(pf);
|
||||
}
|
||||
|
||||
i40e_clear_pxe_mode(hw);
|
||||
ret = i40e_get_capabilities(pf);
|
||||
if (ret) {
|
||||
dev_info(&pf->pdev->dev, "i40e_get_capabilities failed, %d\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user