net/mlx5e: Add ct to tc action infra
authorRoi Dayan <roid@nvidia.com>
Wed, 21 Jul 2021 12:02:36 +0000 (15:02 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 15 Dec 2021 05:29:44 +0000 (21:29 -0800)
commit758bc13422774c4abad60cf28012d53af5dd932c
tree05533f55199451953c195b9a3d2fda92461dd896
parentab3f3d5efffaa26ae67c8c92524424b50df5cd13
net/mlx5e: Add ct to tc action infra

Add parsing support by implementing struct mlx5e_tc_act
for this action.

Signed-off-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Oz Shlomo <ozsh@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/Makefile
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.c
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ct.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c