[dpdk-dev] [PATCH 4/7] vmxnet3: fix link state handling

2015-02-11 Thread Yong Wang
On 12/16/14, 9:13 PM, "Stephen Hemminger" wrote: >From: Stephen Hemminger > >This patch is a bugfx. > >The Intel version of VMXNET3 driver does not handle link state properly. >The VMXNET3 API returns 1 if connected and 0 if disconnected. >Also need to return correct value to indicate state

[dpdk-dev] [PATCH 4/7] vmxnet3: fix link state handling

2014-12-16 Thread Stephen Hemminger
From: Stephen Hemminger This patch is a bugfx. The Intel version of VMXNET3 driver does not handle link state properly. The VMXNET3 API returns 1 if connected and 0 if disconnected. Also need to return correct value to indicate state change. Signed-off-by: Stephen