numam-dpdk/drivers/net/bonding
Jan Blunck af63759a53 bonding: fix crash when stopping inactive slave
When stopping the bond device we don't need to try and free up the LACPDU's
from deactivated devices since this is covered by
bond_mode_8023ad_deactivate_slave().

This fixes the following:
[    0.100569] PANIC in bond_ethdev_stop():
[    0.100589] line 1172        assert "port->rx_ring != NULL" failed

Signed-off-by: Jan Blunck <jblunck@infradead.org>
Acked-by: Declan Doherty <declan.doherty@intel.com>
2015-06-29 00:33:50 +02:00
..
Makefile bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_8023ad_private.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_8023ad.c bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_8023ad.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_alb.c bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_alb.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_api.c bonding: remove useless memset 2015-06-04 10:46:45 +02:00
rte_eth_bond_args.c bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_pmd.c bonding: fix crash when stopping inactive slave 2015-06-29 00:33:50 +02:00
rte_eth_bond_private.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_version.map bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00