Skip to content

Commit

Permalink
net/mlx5e: Remove unused mlx5e_tc_flow_action struct
Browse files Browse the repository at this point in the history
Commit 67efaf4 ("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>
  • Loading branch information
Gal Pressman authored and Paolo Abeni committed Feb 6, 2025
1 parent 6fa15a2 commit 96d64a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 96d64a1

Please sign in to comment.