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 B82B4567C for ; Fri, 25 Mar 2016 16:55:38 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 25 Mar 2016 08:55:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,391,1455004800"; d="scan'208";a="941473807" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.58]) by orsmga002.jf.intel.com with SMTP; 25 Mar 2016 08:55:35 -0700 Received: by (sSMTP sendmail emulation); Fri, 25 Mar 2016 15:55:34 +0025 Date: Fri, 25 Mar 2016 15:55:34 +0000 From: Bruce Richardson To: "Iremonger, Bernard" Cc: Eric Kinzie , "dev@dpdk.org" , "tkiely@brocade.com" , "Doherty, Declan" , "ekinzie@brocade.com" Message-ID: <20160325155533.GA15932@bricha3-MOBL3> References: <1458856798-13036-1-git-send-email-ehkinzie@gmail.com> <8CEF83825BEC744B83065625E567D7C219FC7100@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8CEF83825BEC744B83065625E567D7C219FC7100@IRSMSX108.ger.corp.intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH] bond: use existing enslaved device queues 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: Fri, 25 Mar 2016 15:55:39 -0000 On Fri, Mar 25, 2016 at 01:28:05PM +0000, Iremonger, Bernard wrote: > > -----Original Message----- > > From: Eric Kinzie [mailto:ehkinzie@gmail.com] > > Sent: Thursday, March 24, 2016 10:00 PM > > To: dev@dpdk.org > > Cc: tkiely@brocade.com; Doherty, Declan ; > > Iremonger, Bernard ; ekinzie@brocade.com > > Subject: [PATCH] bond: use existing enslaved device queues > > > > This solves issues when an active device is added to a bond. > > > > If a device to be enslaved already has transmit and/or receive queues > > allocated, use those and then create any additional queues that are > > necessary. > > > > Fixes: 2efb58cbab6e ("bond: new link bonding library") > > > > Signed-off-by: Eric Kinzie > > Acked-by: Bernard Iremonger Applied to dpdk-next-net/rel_16_04 /Bruce