On 9/14/2018 8:31 AM, Andrew Rybchenko wrote: > From: Igor Romanov <[email protected]> > > There are two function that call sfc_rx_qfini(): > sfc_rx_fini_queues() and sfc_rx_queue_release(). But only > sfc_rx_queue_release() sets rx_queues pointer of the device data to NULL. > It may lead to the scenario in which a queue is destroyed by > sfc_rx_fini_queues() and after the queue is attempted to be destroyed again > by sfc_rx_queue_release(). > > Move NULL assignment to sfc_rx_qfini(). > > Fixes: ce35b05c635e ("net/sfc: implement Rx queue setup release operations") > Cc: [email protected] > > Signed-off-by: Igor Romanov <[email protected]> > Signed-off-by: Andrew Rybchenko <[email protected]>
Series applied to dpdk-next-net/master, thanks.

