]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
net/mlx5e: Add mpls push/pop to tc action infra
authorRoi Dayan <roid@nvidia.com>
Wed, 21 Jul 2021 08:25:35 +0000 (11:25 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 15 Dec 2021 05:29:43 +0000 (21:29 -0800)
commit163b766f566294bf7449bf4fb33ad4ae092dce03
treeb1322b134fcaa0a4cf7627e5dba5cab25b1d6d2d
parent8ee72638347c81f8029d19ac93a797a6be6f3ae8
net/mlx5e: Add mpls push/pop 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/mpls.c [new file with mode: 0644]
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c