net/mlx5e: TC, Make post_act parse CT and sample actions
authorRoi Dayan <roid@nvidia.com>
Sun, 19 Dec 2021 08:31:18 +0000 (10:31 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Thu, 17 Feb 2022 07:55:17 +0000 (23:55 -0800)
commit7843bd604081b5f005b31343cde1bb680bcc1776
tree898b9865bada08a00ca1a9cb0835743a84bd7c9e
parent2a829fe25d2809a33a6842359323bb139556c03d
net/mlx5e: TC, Make post_act parse CT and sample actions

Before this commit post_act can be used for normal rules
and didn't handle special cases like CT and sample.
With this commit post_act rule can also handle the special cases
when needed.

Signed-off-by: Roi Dayan <roid@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/tc/post_act.c