commit | 12a240a41427d37b5e70570700704e84c827452f | [log] [tgz] |
---|---|---|
author | Jianbo Liu <jianbol@mellanox.com> | Tue Jul 07 06:16:24 2020 +0000 |
committer | Saeed Mahameed <saeedm@nvidia.com> | Mon Sep 21 17:22:22 2020 -0700 |
tree | 3a563368afccb934f4ab6249e30ced607a5848ff | |
parent | 9c25a22dfb00270372224721fed646965420323a [diff] |
net/mlx5e: Fix memory leak of tunnel info when rule under multipath not ready When deleting vxlan flow rule under multipath, tun_info in parse_attr is not freed when the rule is not ready. Fixes: ef06c9ee8933 ("net/mlx5e: Allow one failure when offloading tc encap rules under multipath") Signed-off-by: Jianbo Liu <jianbol@mellanox.com> Reviewed-by: Roi Dayan <roid@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>