Re: [dpdk-dev] [PATCH] net/mlx5: fix xstats functions unlock missing

2017-08-23 Thread Nélio Laranjeiro
On Mon, Aug 14, 2017 at 02:32:24PM +0300, Matan Azrad wrote: > The corrupted code didn't unlock the spinlock in xstats > get and reset functions error flow. > > Hence, if these errors happaned, the device spinlock was > left locked and many mlx5 device functionalities were blocked. > > The fix un

[dpdk-dev] [PATCH] net/mlx5: fix xstats functions unlock missing

2017-08-14 Thread Matan Azrad
The corrupted code didn't unlock the spinlock in xstats get and reset functions error flow. Hence, if these errors happaned, the device spinlock was left locked and many mlx5 device functionalities were blocked. The fix unlocks the spinlock in the missed places. Fixes: e62bc9e70608 ("net/mlx5: f