From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0E7CF1B197 for ; Fri, 6 Oct 2017 23:38:48 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Oct 2017 14:38:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,486,1500966000"; d="scan'208";a="907558948" Received: from unknown (HELO [10.241.225.2]) ([10.241.225.2]) by FMSMGA003.fm.intel.com with ESMTP; 06 Oct 2017 14:38:47 -0700 To: Declan Doherty , dev@dpdk.org References: <20171006092112.21347-1-declan.doherty@intel.com> From: Ferruh Yigit Message-ID: <6879c2df-8669-3683-4e91-8bf6a6865ae8@intel.com> Date: Fri, 6 Oct 2017 22:38:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20171006092112.21347-1-declan.doherty@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bond: lacp slave deactivate slave behavioural fix X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 21:38:49 -0000 On 10/6/2017 10:21 AM, Declan Doherty wrote: > During a link down event of a port participating in a LACP 802.3ad > bond the current behaviour can cause all ports to be unselected > and temporarily stop all traffic on the bond, causing unexpected > traffic loss across all ports and not just the port which was > affected by the link down event. > > Fixes: 46fb43683679 ("bond: add mode 4") > > Signed-off-by: Declan Doherty Applied to dpdk-next-net/master, thanks. (There was a merge conflict because of port_id patch, can you please confirm the final commit?)