[dpdk-dev] [PATCH v2] net:bonding: fix free_queues function when no queues exist

2015-11-04 Thread Thomas Monjalon
> > In case of creating bond device without add any slaves and > > quit from testpmd, application crashed since rx/tx queues > > are NULL. > > > > add checking of this paramters before trying to free. > > > > Signed-off-by: Raslsn Darawsheh > > Signed-off-by: Yaacov Hazan > > Acked-by: Declan Do

[dpdk-dev] [PATCH v2] net:bonding: fix free_queues function when no queues exist

2015-10-29 Thread Declan Doherty
On 26/10/15 07:07, Yaacov Hazan wrote: > From: Raslsn Darawsheh > > In case of creating bond device without add any slaves and > quit from testpmd, application crashed since rx/tx queues > are NULL. > > add checking of this paramters before trying to free. > > Signed-off-by: Raslsn Darawsheh > Si

[dpdk-dev] [PATCH v2] net:bonding: fix free_queues function when no queues exist

2015-10-26 Thread Yaacov Hazan
From: Raslsn Darawsheh In case of creating bond device without add any slaves and quit from testpmd, application crashed since rx/tx queues are NULL. add checking of this paramters before trying to free. Signed-off-by: Raslsn Darawsheh Signed-off-by: Yaacov Hazan --- in previous patch there w