On 8/23/2017 4:09 PM, Nélio Laranjeiro wrote: > 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 unlocks the spinlock in the missed places. >> >> Fixes: e62bc9e70608 ("net/mlx5: fix extended statistics") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Matan Azrad <ma...@mellanox.com>
> Acked-by: Nelio Laranjeiro <nelio.laranje...@6wind.com> Applied to dpdk-next-net/master, thanks.