15/12/2020 09:48, Michael Baum: > In Tx queue creation, there are two validations for the Tx > configuration. > > When one of them fails, the MR btree memory was not freed what caused a > memory leak. > > Free it. > > Fixes: f6d9ab4e769f ("net/mlx5: check Tx queue size overflow") > Cc: sta...@dpdk.org > > Signed-off-by: Michael Baum <michae...@nvidia.com> > Acked-by: Matan Azrad <ma...@nvidia.com>
It is not really fixing the queue creation but a leak. In such case, it is more explicit to say in title: "fix leak on [...] failure" Series applied in next-net-mlx with above wording, thanks.