From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 1/2] net/bonding: validate speed after link up Date: Wed, 12 Oct 2016 16:34:52 +0100 Message-ID: <20161012153451.GD104428@bricha3-MOBL3> References: <1470335083-6380-1-git-send-email-ehkinzie@gmail.com> <1470335083-6380-2-git-send-email-ehkinzie@gmail.com> <8CEF83825BEC744B83065625E567D7C21A08F304@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Eric Kinzie , "dev@dpdk.org" , Jan Blunck To: "Iremonger, Bernard" Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C74C22E41 for ; Wed, 12 Oct 2016 17:34:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: <8CEF83825BEC744B83065625E567D7C21A08F304@IRSMSX108.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 Wed, Oct 05, 2016 at 12:53:00PM +0000, Iremonger, Bernard wrote: > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Eric Kinzie > > Sent: Thursday, August 4, 2016 7:25 PM > > To: dev@dpdk.org > > Cc: Jan Blunck > > Subject: [dpdk-dev] [PATCH 1/2] net/bonding: validate speed after link up > > > > It's possible for the bonding driver to mistakenly reject an interface based in > > it's, as yet, unnegotiated link speed and duplex. Always allow the interface > > to be added to the bonding interface but require link properties validation to > > succeed before slave is activated. > > > > Fixes: 2efb58cbab6e ("bond: new link bonding library") > > > > Signed-off-by: Eric Kinzie > > Acked-by: Bernard Iremonger > Series applied to dpdk-next-net/rel_16_11 /Bruce