Go to file
Helin Zhang 3a811d2efc i40e/base: workaround for PHY type with firmware < 4.4
The FW for SW3E is incorrectly reporting a breakout cable as PHY
type 0x3 when it should be 0x16 (I40E_PHY_TYPE_10GBASE_SFPP_CU).
As this is supposed to be fixed in the next FW version
(FW versions >= 4.4), if we get this value back from FW and the
version is < 4.4, reassign it to I40E_PHY_TYPE_10GBASE_SFPP_CU.

Test report: http://www.dpdk.org/ml/archives/dev/2015-May/017384.html

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
Acked-by: Jijiang Liu <jijiang.liu@intel.com>
Tested-by: Min Cao <min.cao@intel.com>
2015-05-17 23:18:23 +02:00
app apps: fix default mbuf size 2015-05-11 15:51:14 +02:00
config enic: disable debug traces 2015-04-13 21:48:27 +02:00
doc mk: introduce EXTRA_LDLIBS variable 2015-05-14 23:33:38 +02:00
examples examples/vhost: fix build with debug enabled 2015-05-11 19:46:24 +02:00
lib i40e/base: workaround for PHY type with firmware < 4.4 2015-05-17 23:18:23 +02:00
mk mk: introduce EXTRA_LDLIBS variable 2015-05-14 23:33:38 +02:00
pkg version: 2.0.0 2015-04-03 16:13:45 +02:00
scripts scripts: fix build in a symlinked directory 2015-05-12 14:13:42 +02:00
tools tools: fix vfio support 2015-03-23 14:29:31 +01:00
.gitignore
GNUmakefile scripts: remove useless build tools 2015-03-10 17:55:25 +01:00
LICENSE.GPL
LICENSE.LGPL
MAINTAINERS maintainers: claim responsibility for docs 2015-05-13 15:50:17 +02:00
Makefile