From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 12 Oct 2016 08:34:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,482,1473145200"; d="scan'208";a="19317147" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.55]) by orsmga004.jf.intel.com with SMTP; 12 Oct 2016 08:34:52 -0700 Received: by (sSMTP sendmail emulation); Wed, 12 Oct 2016 16:34:52 +0025 Date: Wed, 12 Oct 2016 16:34:52 +0100 From: Bruce Richardson To: "Iremonger, Bernard" Cc: Eric Kinzie , "dev@dpdk.org" , Jan Blunck 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 Content-Disposition: inline In-Reply-To: <8CEF83825BEC744B83065625E567D7C21A08F304@IRSMSX108.ger.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 1/2] net/bonding: validate speed after link up 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: Wed, 12 Oct 2016 15:34:56 -0000 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