All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] bonding fixes
@ 2016-02-10 10:13 Bernard Iremonger
  2016-02-10 10:13 ` [PATCH 1/2] bonding: fix detach of bonded device Bernard Iremonger
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bernard Iremonger @ 2016-02-10 10:13 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-26 17:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 10:13 [PATCH 0/2] bonding fixes Bernard Iremonger
2016-02-10 10:13 ` [PATCH 1/2] bonding: fix detach of bonded device Bernard Iremonger
2016-02-10 10:13 ` [PATCH 2/2] bonding: fix detach of bonded slave devices Bernard Iremonger
2016-02-22 13:20 ` [PATCH 0/2] bonding fixes Doherty, Declan
2016-02-26 17:48   ` Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.