[dpdk-dev] [PATCH v2] ixgbe_vf: Fix getting link state

2014-12-19 Thread Thomas Monjalon
> > This patch fixes checking the link state of a virtual function. If the > > state has > > already been checked, it does not need to be checked again. Previously, > > get_link_status in the ixgbe_hw struct was used to track if the information > > had already been retrieved, but this field was al

[dpdk-dev] [PATCH v2] ixgbe_vf: Fix getting link state

2014-12-19 Thread Gonzalez Monroy, Sergio
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Balazs Nemeth > Sent: Thursday, December 18, 2014 5:57 PM > To: dev at dpdk.org > Cc: Nemeth, Balazs > Subject: [dpdk-dev] [PATCH v2] ixgbe_vf: Fix getting link state > > This patch fixes checking the link state of a

[dpdk-dev] [PATCH v2] ixgbe_vf: Fix getting link state

2014-12-18 Thread Balazs Nemeth
This patch fixes checking the link state of a virtual function. If the state has already been checked, it does not need to be checked again. Previously, get_link_status in the ixgbe_hw struct was used to track if the information had already been retrieved, but this field was always set to false (si