[dpdk-dev] [PATCH] ixgbe: initialize link status on initialization

2015-01-27 Thread Thomas Monjalon
> The link_status variable is not set when device is initialized. > This can lead to problems with link never being reported as up > if using some SFP modules where the link is instantly on. > > Signed-off-by: Stephen Hemminger Acked-by: Thomas Monjalon Applied Thanks -- Thomas

[dpdk-dev] [PATCH] ixgbe: initialize link status on initialization

2014-12-27 Thread Stephen Hemminger
The link_status variable is not set when device is initialized. This can lead to problems with link never being reported as up if using some SFP modules where the link is instantly on. Signed-off-by: Stephen Hemminger --- a/lib/librte_pmd_ixgbe/ixgbe_ethdev.c +++ b/lib/librte_pmd_ixgbe/ixgbe_eth