mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 09:21:34 -04:00
net/mlx5e: Remove unused mlx5e_tc_flow_action struct
Commit 67efaf4593 ("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>
This commit is contained in:
committed by
Paolo Abeni
parent
6fa15a20b7
commit
96d64a1ab7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user