]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: fix issue with SFP events with new X550 devices
authorDon Skidmore <donald.c.skidmore@intel.com>
Wed, 2 Sep 2015 20:47:54 +0000 (13:47 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 16 Sep 2015 00:02:53 +0000 (17:02 -0700)
commit8a56f372a2c1f2d80048515671c7351d5f724d35
tree3972c9f1f304356ef9eec8c9d671f7ad6591ad68
parent80a701ebf144230b050e5888bc3a813370f43a81
ixgbe: fix issue with SFP events with new X550 devices

Add checks for systems that don't have SFP's to avoid incorrectly
acting on interrupts that are falsely interpreted as SFP events.
This also includes a modified check generating the EICR mask to be
more forward-looking.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c