[dpdk-dev] [PATCH] i40evf: fix link info update

2016-04-01 Thread Thomas Monjalon
Hi Jingjing, Please rebase on top of Marc's patches. 2016-04-01 09:36, Jingjing Wu: > +* **i40e: Fixed link info of VF a blank line is missing > + Previously, the VF's link speed kept as 10G and status always was up. It > did not > + change even the physical link's status changed. Now this i

[dpdk-dev] [PATCH] i40evf: fix link info update

2016-04-01 Thread Jingjing Wu
The issue is the VF's link speed kept as 10G and status always was up. It did not change even the physical link's status changed. This patch fixes this issue to make VF's link info consistent with physical link. Fixes: 4861cde46116 (i40e: new poll mode driver) Signed-off-by: Jingjing Wu --- doc/