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)
commitaa1a048729808c4c1797649b3863b00c661e5ee4
treefe5fc06ac7eff6b55940f91c855788374848b83c
parenteb6cabe10040de9397e2cf9b4d3d252eb0908fc2
ixgbe: allow unsupported SFP

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>
config/common_bsdapp
config/common_linuxapp
lib/librte_pmd_ixgbe/ixgbe_ethdev.c