From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] bonding: fix link status interrupt when down Date: Mon, 31 Jul 2017 13:57:36 +0100 Message-ID: <2e311b5a-01be-6c67-55f4-a4194acb61b6@intel.com> References: <20170726155330.20512-1-tomaszx.kulasek@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Declan Doherty , Tomasz Kulasek , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 97ECB99D6 for ; Mon, 31 Jul 2017 14:57:39 +0200 (CEST) In-Reply-To: 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 7/26/2017 6:08 PM, Declan Doherty wrote: > On 26/07/2017 4:53 PM, Tomasz Kulasek wrote: >> RTE_ETH_EVENT_INTR_LSC callbacks are not called when all slaves goes down >> in bond_ethdev_lsc_event_callback. It causes that link status change of >> bonded device is not propagated up. >> >> Fixes: deba8a2f8b0b ("net/bonding: fix link properties management") >> >> Signed-off-by: Tomasz Kulasek > Acked-by: Declan Doherty Applied to dpdk-next-net/master, thanks.