i40evf: fix link info update
authorJingjing Wu <jingjing.wu@intel.com>
Tue, 5 Apr 2016 02:01:34 +0000 (10:01 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 6 Apr 2016 13:49:17 +0000 (15:49 +0200)
commit2a73125b7041fe2111cdef1c2f555543bc5ec878
tree87c87e05e12be9a29eaa832aebf3d33ed256b750
parentcfaf45237c852c51c377adb1620f0bb71bd1db0b
i40evf: fix link info update

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 <jingjing.wu@intel.com>
doc/guides/rel_notes/release_16_04.rst
drivers/net/i40e/i40e_ethdev.h
drivers/net/i40e/i40e_ethdev_vf.c