]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0d290b420e2cca0480c4f48757af65f7098f8ae4
tree718eb92d92eb910b022ba651f217e326022ce80c
parentaa6654a4b6a1dcfacc504e50960c13670869e4af
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