From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 22 Feb 2016 05:20:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,484,1449561600"; d="scan'208";a="921213120" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga002.fm.intel.com with ESMTP; 22 Feb 2016 05:20:20 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.237]) by IRSMSX102.ger.corp.intel.com ([169.254.2.97]) with mapi id 14.03.0248.002; Mon, 22 Feb 2016 13:20:18 +0000 From: "Doherty, Declan" To: "Iremonger, Bernard" , "dev@dpdk.org" Thread-Topic: [PATCH 0/2] bonding fixes Thread-Index: AQHRY+vgH7ajn66yT0ahHpzzz2I7E584H3gg 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> In-Reply-To: <1455099225-7731-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmI3ZjRlY2ItMmE3Ni00MjMxLWEyODQtOWQyYTRhOGFiNzhmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVBSXBGTFYwTmFteVwvVmFjZVh3WnJEYXZUQ2o1bWxwZFdrdjFKWXhMbENNPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 0/2] bonding fixes 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: Mon, 22 Feb 2016 13:20:30 -0000 > -----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