[dpdk-dev] [PATCH 0/2] bonding fixes

Bruce Richardson bruce.richardson at intel.com
Fri Feb 26 18:48:06 CET 2016


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 at dpdk.org
> > Cc: Doherty, Declan <declan.doherty at intel.com>; Iremonger, Bernard
> > <bernard.iremonger at intel.com>
> > 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 <declan.doherty at intel.com>

Applied to dpdk-next-net/rel_16_04

/Bruce



More information about the dev mailing list