[dpdk-dev] [PATCH]Upgrade NIC share codes: fix a compilation error when RTE_NIC_BYPASS=y

2014-06-19 Thread Thomas Monjalon
2014-05-29 16:47, Jijiang Liu: > There is a compilation error using latest NIC share codes when > RTE_NIC_BYPASS=y, the root cause is that the setup_link API have already > changed in the share codes, so change > ixgbe_setup_mac_link_multispeed_fixed_fiber() for eliminating the > compilation

[dpdk-dev] [PATCH]Upgrade NIC share codes: fix a compilation error when RTE_NIC_BYPASS=y

2014-05-29 Thread Jijiang Liu
There is a compilation error using latest NIC share codes when RTE_NIC_BYPASS=y, the root cause is that the setup_link API have already changed in the share codes, so change ixgbe_setup_mac_link_multispeed_fixed_fiber() for eliminating the compilation error. Signed-off-by: jijiangl