From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=BH7wvOwG07HUro9s5E4vdiKPCt4wiLNUJ23/HCS7YL8=; b=WRsXz1HG33maNQVqswrfAgOweE4K1vaVX2655ygLI1h3elr0kbCfLiYXgAhZUKIxlO +FahLxBupw5opRdYJznnkiY5Csdm2giuM1lLn0/GEXND77w4QrIkIaDVo5WUXj0/xjOU 7R7ULm9AL/+A9H2sILEQE2XpR5Qyx99rHlsr//izS09XrMWeAZEaTCeaosNG/4l84psi YyRhjQp+mAM3M6E63bhO5pUcba+5p0uLTeLocXl5MYTI2C2rmdiJ5r7hTIw7vTM5jLtM jQCzbDnvHvFuwMEFWk1ZoAElnv0DsklNymU0PNv9Amc+H7C8M5aNyL7SuawYJtenFIIM c/ag== X-Gm-Message-State: ALoCoQnmaEMKIharUMwYerUpqzDwhzxMDQ1pB8rbEbrzqN3/tkzbhcVx9UPSaL1MQM36ZYITC9l7 X-Received: by 10.194.21.70 with SMTP id t6mr25198049wje.74.1435530775144; Sun, 28 Jun 2015 15:32:55 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id u6sm61204838wja.40.2015.06.28.15.32.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Jun 2015 15:32:54 -0700 (PDT) From: Thomas Monjalon To: "Kulasek, TomaszX" Date: Mon, 29 Jun 2015 00:31:46 +0200 Message-ID: <1664963.OTYa4tBJSi@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <345C63BAECC1AD42A2EC8C63AFFC3ADC27F26410@irsmsx105.ger.corp.intel.com> References: <1435135845-7060-1-git-send-email-tomaszx.kulasek@intel.com> <345C63BAECC1AD42A2EC8C63AFFC3ADC27F26410@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] bond: fix check initial link status of slave X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 22:32:55 -0000 > > 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