]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ixgbe: Enable LASI interrupts for X552 devices
authorTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 7 Jun 2017 21:36:18 +0000 (14:36 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 25 Jul 2017 23:31:38 +0000 (16:31 -0700)
commit72f740b1013783c81da928cfe2ac82dd767c74f0
treee5ff22b239b75fac5cece943c091b0b29f81c82e
parent0e1ff3061cb529a70f03f63988a48f9fda8ed419
ixgbe: Enable LASI interrupts for X552 devices

Enable LASI interrupts on X552 devices in order to receive notifications of
link configurations of the external PHY and support the configuration of
the internal iXFI link since iXFI does not support auto-negotiation.  This
is not required for X553 devices; add a check to avoid enabling LASI
interrupts for X553 devices.

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c