net/ixgbe/base: complete HW init when SFP not present
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Wed, 1 Mar 2017 06:04:48 +0000 (14:04 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 13:52:51 +0000 (15:52 +0200)
commit98fcfa09b1d844e6374c5c65620ba44b8ce6146c
tree3cf5ada016b2aae489d7aac7eda562c473f300b4
parent04e395f20a45ab5e81b6945bc92ab981da06ccfa
net/ixgbe/base: complete HW init when SFP not present

If SFP module is not present, reset_hw doesn't return success.
SW should complete the initialization, or with specific module
it resulted in no link when the module was later inserted.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/base/ixgbe_common.c