From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/bonding: fix invalid link status Date: Mon, 18 Feb 2019 16:21:29 +0000 Message-ID: <4cc3485c-37e1-92ba-0c5c-ff99b360f569@intel.com> References: <20190214191112.31018-1-3chas3@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Chas Williams , stable@dpdk.org To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org Return-path: In-Reply-To: <20190214191112.31018-1-3chas3@gmail.com> 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 2/14/2019 7:11 PM, Chas Williams wrote: > From: Chas Williams > > Copying the link properties of the first slave added may copy an > invalid link status. The speed and duplex of the slave may not > be known at this time. Delay setting the properties until the > first slave reports as link up. Note that we are still ignoring > an error from link_properties_valid. For some bonding modes, > 802.3ad, we should not activate the slave if it does not have > matching link properties. > > Fixes: a45b288ef21a ("bond: support link status polling") > Cc: stable@dpdk.org > Signed-off-by: Chas Williams Applied to dpdk-next-net/master, thanks.