bnxt_en: Re-enable SRIOV during resume.
If VFs are enabled, we need to re-configure them during resume because
firmware has been reset while resuming. Otherwise, the VFs won't
work after resume.
Fixes: c16d4ee0e3
("bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected.")
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2084ccf625
commit
59ae210173
|
@ -12151,6 +12151,8 @@ static int bnxt_resume(struct device *device)
|
|||
|
||||
resume_exit:
|
||||
bnxt_ulp_start(bp, rc);
|
||||
if (!rc)
|
||||
bnxt_reenable_sriov(bp);
|
||||
rtnl_unlock();
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue