net/mlx5e: Fix memory leak on updating vport counters
authorAya Levin <ayal@nvidia.com>
Sun, 8 Jan 2023 10:53:02 +0000 (12:53 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Tue, 10 Jan 2023 06:08:35 +0000 (22:08 -0800)
commit3099d2e62f9061ed57798e68e285d35837be686f
treeba172b28499968f93747d29c21c19f84b20180b6
parentc09502d54dc109530ccb9a8910ab286d0745f119
net/mlx5e: Fix memory leak on updating vport counters

When updating statistics driver queries the vport's counters. On fail,
add error path releasing the allocated buffer avoiding memory leak.

Fixes: 64b68e369649 ("net/mlx5: Refactor and expand rep vport stat group")
Signed-off-by: Aya Levin <ayal@nvidia.com>
Reviewed-by: Maor Dickman <maord@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c