commit | d5a3c2b640093c8a4bb5d76170a8f6c8c2eacc17 | [log] [tgz] |
---|---|---|
author | Roi Dayan <roid@mellanox.com> | Sun Mar 29 18:54:10 2020 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Apr 08 15:46:46 2020 -0700 |
tree | 9d91f3a5c1c536c3c4ee8242a47921178d00a57b | |
parent | 70f478ca085deec4d6c1f187f773f5827ddce7e8 [diff] |
net/mlx5e: Fix missing pedit action after ct clear action With ct clear action we should not allocate the action in hw and not release the mod_acts parsed in advance. It will be done when handling the ct clear action. Fixes: 1ef3018f5af3 ("net/mlx5e: CT: Support clear action") Signed-off-by: Roi Dayan <roid@mellanox.com> Reviewed-by: Paul Blakey <paulb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>