Revert "net/mlx5e: fix double free of encap_header in update funcs"
authorVlad Buslov <vladbu@nvidia.com>
Tue, 21 Nov 2023 12:51:52 +0000 (13:51 +0100)
committerSaeed Mahameed <saeedm@nvidia.com>
Thu, 14 Dec 2023 01:22:14 +0000 (17:22 -0800)
commit66ca8d4deca09bce3fc7bcf8ea7997fa1a51c33c
treea1f4333e367cb9ec69f30dd8ef53a85a62f3fa43
parent9702817384aa4a3700643d0b26e71deac0172cfd
Revert "net/mlx5e: fix double free of encap_header in update funcs"

This reverts commit 3a4aa3cb83563df942be49d145ee3b7ddf17d6bb.

This patch is causing a null ptr issue, the proper fix is in the next
patch.

Fixes: 3a4aa3cb8356 ("net/mlx5e: fix double free of encap_header in update funcs")
Signed-off-by: Vlad Buslov <vladbu@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun.c