mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
i40e: Let MDD events be handled by MDD handler
We have a separate handler for MDD events, a generic reset is not required. Change-ID: I77858e2d479e4e65c52aede67109464649ea0253 Signed-off-by: Anjali Singhai Jain <anjali.singhai@intel.com> Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
ca64fa4e7e
commit
c0c289759c
@ -2892,8 +2892,7 @@ static irqreturn_t i40e_intr(int irq, void *data)
|
||||
icr0_remaining);
|
||||
if ((icr0_remaining & I40E_PFINT_ICR0_PE_CRITERR_MASK) ||
|
||||
(icr0_remaining & I40E_PFINT_ICR0_PCI_EXCEPTION_MASK) ||
|
||||
(icr0_remaining & I40E_PFINT_ICR0_ECC_ERR_MASK) ||
|
||||
(icr0_remaining & I40E_PFINT_ICR0_MAL_DETECT_MASK)) {
|
||||
(icr0_remaining & I40E_PFINT_ICR0_ECC_ERR_MASK)) {
|
||||
dev_info(&pf->pdev->dev, "device will be reset\n");
|
||||
set_bit(__I40E_PF_RESET_REQUESTED, &pf->state);
|
||||
i40e_service_event_schedule(pf);
|
||||
|
Loading…
Reference in New Issue
Block a user