]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Fix missing pedit action after ct clear action
authorRoi Dayan <roid@mellanox.com>
Sun, 29 Mar 2020 15:54:10 +0000 (18:54 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Wed, 8 Apr 2020 22:46:46 +0000 (15:46 -0700)
commit9c42b6138ad2f7aab74471c7c94f422ffce40c25
tree9d91f3a5c1c536c3c4ee8242a47921178d00a57b
parent8940c80ee52004d84a803de0a92999052a5c98c8
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: 6f55268be994 ("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>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c