]> Git Repo - linux.git/commit
net/mlx5e: TC, Move pedit_headers_action to parse_attr
authorRoi Dayan <[email protected]>
Wed, 10 Nov 2021 13:14:45 +0000 (15:14 +0200)
committerSaeed Mahameed <[email protected]>
Thu, 27 Jan 2022 20:37:32 +0000 (12:37 -0800)
commit09bf97923224fea7f3633648b64867a934d627f2
tree36c30f886043b59321c57339b4cdec6fe5f3746a
parentdf67ad625b9ef1c7400f3573df8ac36ab9f56260
net/mlx5e: TC, Move pedit_headers_action to parse_attr

Move pedit_headers_action from flow parse_state to flow parse_attr.
In a follow up commit we are going to have multiple attr per flow
and pedit_headers_action are unique per attr.

Signed-off-by: Roi Dayan <[email protected]>
Reviewed-by: Oz Shlomo <[email protected]>
Reviewed-by: Maor Dickman <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/pedit.c
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/pedit.h
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/vlan.c
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/vlan.h
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/vlan_mangle.c
drivers/net/ethernet/mellanox/mlx5/core/en/tc_priv.h
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
This page took 0.059852 seconds and 4 git commands to generate.