]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: add link check for X550 copper
authorDon Skidmore <donald.c.skidmore@intel.com>
Wed, 10 Jun 2015 00:44:58 +0000 (17:44 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 27 Aug 2015 15:00:25 +0000 (08:00 -0700)
commitddd2cc94210960971c5658b4a0bf53e04b073ceb
tree1a1b2ac344dfdb667fe57a1cfd1bd3f51ae56c56
parent01112484886ea6505aa898921a9359b9ca6f7766
ixgbe: add link check for X550 copper

Orabug: 21669416

This patch adds ixgbe_check_link_t_X550em for checking copper PHY
link.  We check that both the MAC and external PHY have link. This
is to avoid a false link up between the internal and external PHY
when  the external PHY doesn't have link.

Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Krishneil Singh <krishneil.k.singh@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit a4e293a5bfaf18a94c3421f3a424939ce3524ccd)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c