Re: [dpdk-dev] [PATCH] net/failsafe: fix crash on slave queue release

2018-09-19 Thread Gaƫtan Rivet
On Fri, Aug 31, 2018 at 05:16:32PM +0100, Andrew Rybchenko wrote: > From: Igor Romanov > > Releasing a queue that is already released by slave may cause a > segmentation fault. For example, after a successfull device > configuration a queue is set up. Afterwards the device is reconfigured > with

[dpdk-dev] [PATCH] net/failsafe: fix crash on slave queue release

2018-08-31 Thread Andrew Rybchenko
From: Igor Romanov Releasing a queue that is already released by slave may cause a segmentation fault. For example, after a successfull device configuration a queue is set up. Afterwards the device is reconfigured with an invalid argument, forcing slaves to release the queues (e.g. rte_eth_dev.da