From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernard Iremonger Subject: [PATCH 0/2] bonding fixes Date: Wed, 10 Feb 2016 10:13:43 +0000 Message-ID: <1455099225-7731-1-git-send-email-bernard.iremonger@intel.com> To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 25F23559C for ; Wed, 10 Feb 2016 11:13:52 +0100 (CET) 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" 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