From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 0/2] bonding fixes Date: Fri, 26 Feb 2016 17:48:06 +0000 Message-ID: <20160226174806.GF28808@bricha3-MOBL3> References: <1455099225-7731-1-git-send-email-bernard.iremonger@intel.com> <345C63BAECC1AD42A2EC8C63AFFC3ADC28128EAD@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "dev@dpdk.org" To: "Doherty, Declan" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2C3DF5AB7 for ; Fri, 26 Feb 2016 18:48:11 +0100 (CET) Content-Disposition: inline In-Reply-To: <345C63BAECC1AD42A2EC8C63AFFC3ADC28128EAD@irsmsx105.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 Mon, Feb 22, 2016 at 01:20:18PM +0000, Doherty, Declan wrote: > > -----Original Message----- > > From: Iremonger, Bernard > > Sent: Wednesday, February 10, 2016 10:14 AM > > To: dev@dpdk.org > > Cc: Doherty, Declan ; Iremonger, Bernard > > > > Subject: [PATCH 0/2] bonding fixes > > > > These patches fix segmentation faults which were occurring when > > slave devices were detached before being removed from the bonding > > device. > > The slave devices must now be removed from the bonding device > > before they can be detached. > > The bonding device cannot be detached now until all slave devices > > have been removed from it. > > > > Bernare Iremonger (2): > > bonding: fix detach of bonded device > > bonding: fix detach of bonded slave devices > > > > drivers/net/bonding/rte_eth_bond_api.c | 40 +++++++++++++++----------------- > > -- > > lib/librte_ether/rte_ethdev.c | 8 +++++-- > > lib/librte_ether/rte_ethdev.h | 4 +++- > > 3 files changed, 26 insertions(+), 26 deletions(-) > > > > -- > > 2.6.3 > > Series Acked-by: Declan Doherty Applied to dpdk-next-net/rel_16_04 /Bruce