ixgbe: allow unsupported SFP
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 26 Sep 2014 12:36:05 +0000 (14:36 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Sep 2014 09:56:19 +0000 (11:56 +0200)
No need to restrict usage of non Intel SFP.
If (hw->phy.type == ixgbe_phy_sfp_intel) is false,
a warning will be logged.
It was disabled for ixgbe and enabled but unused for i40e.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

No differences found