net/mlx5e: Add csum to tc action infra
authorRoi Dayan <roid@nvidia.com>
Wed, 21 Jul 2021 07:30:40 +0000 (10:30 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 15 Dec 2021 05:29:42 +0000 (21:29 -0800)
commit9ca1bb2cf69b63b12d4d84c2ed4f99e99b72bf1a
tree718eb92d92eb910b022ba651f217e326022ce80c
parentc65686d79c954d2a9f522a288c57d086e5406481
net/mlx5e: Add csum 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/csum.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c