[dpdk-stable] [PATCH] net/i40e: fix VF link status update

Yuanhan Liu yuanhan.liu at linux.intel.com
Wed May 17 08:19:15 CEST 2017


On Wed, May 17, 2017 at 02:10:26AM -0400, Qi Zhang wrote:
>

A line is missing here:

    [ backported from upstream commit 7c59dbd5dbac77bb34d66e066630f5247af2732b ]

Applied to dpdk-stable/16.11. Thanks!

	--yliu


> VF link status rely on PF's notification, so when PF link status
> be updated, it should notify VF to update link status also.
> Current implementation only cover part of the situation when PF's link
> status is updated, call i40e_notify_all_vfs_link_status in
> i4e_dev_link_update will cover all situationa.
> 
> Fixes: bb6722fb5c0e ("net/i40e: fix VF bonded device link down")
> 
> Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
> ---
>  drivers/net/i40e/i40e_ethdev.c | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)


More information about the stable mailing list