linux_dsm_epyc7002/drivers/net/ethernet/intel/ixgbe
Jacob Keller d87d830720 ixgbe: fix EICR write in ixgbe_msix_other
Previously, the ixgbe_msix_other was writing the full 32bits of the set
interrupts, instead of only the ones which the ixgbe_msix_other is
handling. This resulted in a loss of performance when the X540's PPS feature is
enabled due to sometimes clearing queue interrupts which resulted in the driver
not getting the interrupt for cleaning the q_vector rings often enough. The fix
is to simply mask the lower 16bits off so that this handler does not write them
in the EICR, which causes them to remain high and be properly handled by the
clean_rings interrupt routine as normal.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Cc: stable <stable@vger.kernel.org>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2013-04-25 18:59:07 -07:00
..
ixgbe_82598.c ixgbe: fix MNG FW support when adapter not up 2013-04-17 22:03:09 -07:00
ixgbe_82599.c ixgbe: add SFP+ LX module support 2013-04-24 17:47:35 -07:00
ixgbe_common.c ixgbe: create conversion functions from link_status to bus/speed 2013-04-17 21:42:57 -07:00
ixgbe_common.h ixgbe: create conversion functions from link_status to bus/speed 2013-04-17 21:42:57 -07:00
ixgbe_dcb_82598.c ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_dcb_82598.h ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_dcb_82599.c ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_dcb_82599.h ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_dcb_nl.c ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_dcb.c ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_dcb.h ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_debugfs.c ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_ethtool.c ixgbe: add SFP+ LX module support 2013-04-24 17:47:35 -07:00
ixgbe_fcoe.c drivers: net: Remove remaining alloc/OOM messages 2013-02-08 17:44:39 -05:00
ixgbe_fcoe.h ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_lib.c ixgbe: Add function for setting XPS queue mapping 2013-02-15 21:52:03 -08:00
ixgbe_main.c ixgbe: fix EICR write in ixgbe_msix_other 2013-04-25 18:59:07 -07:00
ixgbe_mbx.c ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_mbx.h ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_phy.c ixgbe: add SFP+ LX module support 2013-04-24 17:47:35 -07:00
ixgbe_phy.h ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_ptp.c ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_sriov.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-04-22 20:32:51 -04:00
ixgbe_sriov.h ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_sysfs.c ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00
ixgbe_type.h ixgbe: add WOL support for new subdevice ID 2013-04-24 17:53:37 -07:00
ixgbe_x540.c ixgbe: fix MNG FW support when adapter not up 2013-04-17 22:03:09 -07:00
ixgbe.h ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS tests 2013-04-18 13:53:48 -07:00
Makefile ixgbe: update date to 2013 2013-02-05 01:44:13 -08:00