From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bond: fix check initial link status of slave Date: Mon, 29 Jun 2015 00:31:46 +0200 Message-ID: <1664963.OTYa4tBJSi@xps13> References: <1435135845-7060-1-git-send-email-tomaszx.kulasek@intel.com> <345C63BAECC1AD42A2EC8C63AFFC3ADC27F26410@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Kulasek, TomaszX" Return-path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 4948BC518 for ; Mon, 29 Jun 2015 00:32:55 +0200 (CEST) Received: by wgqq4 with SMTP id q4so127003443wgq.1 for ; Sun, 28 Jun 2015 15:32:55 -0700 (PDT) In-Reply-To: <345C63BAECC1AD42A2EC8C63AFFC3ADC27F26410@irsmsx105.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > On Fortville NIC, link status change interrupt callback is not executed when > > slave in bonding is (re-)started. It causes that slave's NIC is inactive even > > if its link status is up on the start. > > > > This patch invokes lsc callback, just after port's start, to check its initial > > link status and manage properly. > > > > Signed-off-by: Tomasz Kulasek > > Acked-by : Declan Doherty Applied, thanks