Re: [dpdk-dev] [PATCH] net/mlx5: fix invalid Rx/Tx queue checks

2021-07-22 Thread Thomas Monjalon
20/07/2021 09:53, Dmitry Kozlyuk: > When device configuration was interrupted by a signal, > mlx5_rxq/txq_release() could access yet unitinialized array > and crash the application. Add checks whether queue array > is initialized. > > Fixes: a1366b1a2be3 ("net/mlx5: add reference counter on DPDK R

[dpdk-dev] [PATCH] net/mlx5: fix invalid Rx/Tx queue checks

2021-07-20 Thread Dmitry Kozlyuk
When device configuration was interrupted by a signal, mlx5_rxq/txq_release() could access yet unitinialized array and crash the application. Add checks whether queue array is initialized. Fixes: a1366b1a2be3 ("net/mlx5: add reference counter on DPDK Rx queues") Fixes: 6e78005a9b30 ("net/mlx5: add