[dpdk-dev] [PATCH] ixgbe: logic change in ixgbe_check_mac_link_vf().

2014-12-19 Thread Balazs Nemeth
This patch is a workaround for the issue at the level of the ixgbe driver code. The problem can actually be fixed at the level of DPDK instead. Furthermore, this patch circumvents the problem by moving the check that determines if the link status needs to be read (which always fails because get_li

[dpdk-dev] [PATCH] ixgbe: logic change in ixgbe_check_mac_link_vf().

2014-10-31 Thread lee.robe...@hp.com
From: Lee Roberts This patch corrects an issue where "testpmd" run against ixgbevf ports in the host OS reports speed as 100 Mbps and half-duplex. If the link status is still needed, set speed to zero, change ret_val and goto quick exit. Otherwise, continue processing to get the correct link sp