Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37f0be6d authored by Anjali Singhai Jain's avatar Anjali Singhai Jain Committed by Jeff Kirsher
Browse files

i40e: check asq alive before notify



Driver needs to make sure the send queue is alive before
trying to use it.

Chagne-Id: I9bd1f6159c45c98e63f562e3a8dfb57edfe50e13
Signed-off-by: default avatarAnjali Singhai Jain <anjali.singhai@intel.com>
Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: default avatarKavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent e1860d8f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4776,6 +4776,7 @@ static int i40e_prep_for_reset(struct i40e_pf *pf)

	dev_info(&pf->pdev->dev, "Tearing down internal switch for reset\n");

	if (i40e_check_asq_alive(hw))
		i40e_vc_notify_reset(pf);

	/* quiesce the VSIs and their queues that are not already DOWN */