diff options
author | 2025-02-03 23:35:15 +0200 | |
---|---|---|
committer | 2025-02-06 10:14:01 +0100 | |
commit | 96d64a1ab79516d6e19aa2c0d42b02251d8694ce (patch) | |
tree | 6ec9c63f4a52e4affe3b24650d1463e5520da168 | |
parent | net/mlx5: Remove stray semicolon in LAG port selection table creation (diff) | |
download | wireguard-linux-96d64a1ab79516d6e19aa2c0d42b02251d8694ce.tar.xz wireguard-linux-96d64a1ab79516d6e19aa2c0d42b02251d8694ce.zip |
net/mlx5e: Remove unused mlx5e_tc_flow_action struct
Commit 67efaf45930d ("net/mlx5e: TC, Remove CT action reordering")
removed the usage of mlx5e_tc_flow_action struct, remove the struct as
well.
Signed-off-by: Gal Pressman <gal@nvidia.com>
Reviewed-by: Cosmin Ratiu <cratiu@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h b/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h index d6c12d0ea55b..2e528b2c34d6 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h +++ b/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h @@ -73,11 +73,6 @@ struct mlx5e_tc_act { bool is_terminating_action; }; -struct mlx5e_tc_flow_action { - unsigned int num_entries; - struct flow_action_entry **entries; -}; - extern struct mlx5e_tc_act mlx5e_tc_act_drop; extern struct mlx5e_tc_act mlx5e_tc_act_trap; extern struct mlx5e_tc_act mlx5e_tc_act_accept; |