From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Doherty, Declan" Subject: Re: [PATCH 0/2] bonding fixes Date: Mon, 22 Feb 2016 13:20:18 +0000 Message-ID: <345C63BAECC1AD42A2EC8C63AFFC3ADC28128EAD@irsmsx105.ger.corp.intel.com> References: <1455099225-7731-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Iremonger, Bernard" , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 128612C1A for ; Mon, 22 Feb 2016 14:20:29 +0100 (CET) In-Reply-To: <1455099225-7731-1-git-send-email-bernard.iremonger@intel.com> Content-Language: en-US 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" > -----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 >=20 > 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. >=20 > Bernare Iremonger (2): > bonding: fix detach of bonded device > bonding: fix detach of bonded slave devices >=20 > 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(-) >=20 > -- > 2.6.3 Series Acked-by: Declan Doherty