From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0E1CB29AC for ; Wed, 17 May 2017 08:23:44 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 May 2017 23:23:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,352,1491289200"; d="scan'208";a="102661788" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga005.fm.intel.com with ESMTP; 16 May 2017 23:23:38 -0700 Date: Wed, 17 May 2017 14:19:15 +0800 From: Yuanhan Liu To: Qi Zhang Cc: stable@dpdk.org Message-ID: <20170517061915.GH3102@yliu-dev.sh.intel.com> References: <20170517061026.50745-1-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170517061026.50745-1-qi.z.zhang@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix VF link status update X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2017 06:23:45 -0000 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 > --- > drivers/net/i40e/i40e_ethdev.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-)