From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH v2] net/i40e: fix VF link status update Date: Thu, 13 Apr 2017 11:54:59 +0100 Message-ID: References: <1491983762-35619-1-git-send-email-qi.z.zhang@intel.com> <1492025400-8724-1-git-send-email-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com Return-path: In-Reply-To: <1492025400-8724-1-git-send-email-qi.z.zhang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/12/2017 8:30 PM, Qi Zhang wrote: > 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") > Cc: stable@dpdk.org > > Signed-off-by: Qi Zhang Applied to dpdk-next-net/master, thanks.