net/mlx5e: Remove unused mlx5e_tc_flow_action struct
authorGal Pressman <gal@nvidia.com>
Mon, 3 Feb 2025 21:35:15 +0000 (23:35 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 6 Feb 2025 09:14:01 +0000 (10:14 +0100)
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>
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.h

index d6c12d0ea55ba5458bda9d0ec1199ab2b4891c2d..2e528b2c34d642340427461178defc3fed5e9df8 100644 (file)
@@ -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;