From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C64422986; Thu, 13 Apr 2017 12:55:02 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Apr 2017 03:55:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,194,1488873600"; d="scan'208";a="88640171" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 13 Apr 2017 03:55:00 -0700 To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <1491983762-35619-1-git-send-email-qi.z.zhang@intel.com> <1492025400-8724-1-git-send-email-qi.z.zhang@intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 13 Apr 2017 11:54:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <1492025400-8724-1-git-send-email-qi.z.zhang@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH v2] 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: Thu, 13 Apr 2017 10:55:03 -0000 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.