commit | 843276ad985cb59212ceb70d989474521ff516f6 | [log] [tgz] |
---|---|---|
author | Maciej Sosnowski <maciej.sosnowski@intel.com> | Wed Nov 24 17:29:54 2010 +0000 |
committer | Roland Dreier <rolandd@cisco.com> | Sun Jan 16 13:23:35 2011 -0800 |
tree | d8c80eb0e35533735e219dc94d5ea43bcde6cd6a | |
parent | 5f61b2c6939bb6d26393df15765bc3cb260db063 [diff] |
RDMA/nes: Fix incorrect SFP+ link status detection on driver init During iw_nes initialization the link status for SFP+ PHY is always detected as "up" regardless of real state (cable either connected or disconnected). Add SFP+ PHY specific link status detection to the iw_nes initialization procedure. Use link status recheck for netdev_open to detect delayed state updates. Signed-off-by: Maciej Sosnowski <maciej.sosnowski@intel.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>