[dpdk-dev] [PATCH] Make bond_ethdev_stop iterate only over active slaves

2015-06-29 Thread Thomas Monjalon
> > 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 1172asser

[dpdk-dev] [PATCH] Make bond_ethdev_stop iterate only over active slaves

2015-06-26 Thread Doherty, Declan
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jan Blunck > Sent: Wednesday, June 24, 2015 2:01 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] Make bond_ethdev_stop iterate only over active > slaves > > When stopping the bond

[dpdk-dev] [PATCH] Make bond_ethdev_stop iterate only over active slaves

2015-06-24 Thread Jan Blunck
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 1172assert "port->rx_ring != NULL" fa