linux_dsm_epyc7002/drivers/net/ethernet/intel/ixgbe
Emil Tantilov 126db13fa0 ixgbe: fix AER error handling
Make sure that we free the IRQs in ixgbe_io_error_detected() when
responding to an PCIe AER error and also restore them when the
interface recovers from it.

Previously it was possible to trigger BUG_ON() check in free_msix_irqs()
in the case where we call ixgbe_remove() after a failed recovery from
AER error because the interrupts were not freed.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2017-01-03 13:03:37 -08:00
..
ixgbe_82598.c ixgbe: Add X553 PHY FC autoneg support 2016-11-04 17:15:32 -07:00
ixgbe_82599.c ixgbe: Add X553 PHY FC autoneg support 2016-11-04 17:15:32 -07:00
ixgbe_common.c ixgbe: Report driver version to firmware for x550 devices 2017-01-03 13:03:34 -08:00
ixgbe_common.h ixgbe: Report driver version to firmware for x550 devices 2017-01-03 13:03:34 -08:00
ixgbe_dcb_82598.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_dcb_82599.h
ixgbe_dcb_nl.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_dcb.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_dcb.h
ixgbe_debugfs.c
ixgbe_ethtool.c ixgbe: Fix reporting of 100Mb capability 2017-01-03 13:03:35 -08:00
ixgbe_fcoe.c ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled 2016-01-08 04:15:00 -08:00
ixgbe_fcoe.h
ixgbe_lib.c ixgbe: add mask for 64 RSS queues 2017-01-03 13:03:34 -08:00
ixgbe_main.c ixgbe: fix AER error handling 2017-01-03 13:03:37 -08:00
ixgbe_mbx.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_mbx.h ixgbe: Make all unchanging ops structures const 2016-04-04 13:36:58 -07:00
ixgbe_model.h ixgbe: Fix deleting link filters for cls_u32 offloads 2016-06-29 10:05:24 -07:00
ixgbe_phy.c ixgbe: Reduce I2C retry count on X550 devices 2017-01-03 13:03:35 -08:00
ixgbe_phy.h ixgbe: use link instead of I2C combined abstraction 2016-11-04 17:22:06 -07:00
ixgbe_ptp.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
ixgbe_sriov.c ixgbe: test for trust in macvlan adjustments for VF 2017-01-03 13:03:36 -08:00
ixgbe_sriov.h net: Update API for VF vlan protocol 802.1ad support 2016-09-24 08:01:26 -04:00
ixgbe_sysfs.c
ixgbe_type.h ixgbe: Report driver version to firmware for x550 devices 2017-01-03 13:03:34 -08:00
ixgbe_x540.c ixgbe: Add bounds check for x540 LED functions 2017-01-03 13:03:35 -08:00
ixgbe_x540.h ixgbe: Place SWFW semaphore in known valid state at probe 2016-04-04 17:44:50 -07:00
ixgbe_x550.c ixgbe: Report driver version to firmware for x550 devices 2017-01-03 13:03:34 -08:00
ixgbe.h ixgbe: Add X553 PHY FC autoneg support 2016-11-04 17:15:32 -07:00
Makefile