From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] bond: use existing enslaved device queues Date: Fri, 25 Mar 2016 15:55:34 +0000 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 Cc: Eric Kinzie , "dev@dpdk.org" , "tkiely@brocade.com" , "Doherty, Declan" , "ekinzie@brocade.com" To: "Iremonger, Bernard" 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) Content-Disposition: inline In-Reply-To: <8CEF83825BEC744B83065625E567D7C219FC7100@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 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