mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
net/mlx5: DR, Remove unused member of action struct
Struct mlx5dr_action doesn't use this member Signed-off-by: Erez Shitrit <erezsh@nvidia.com> Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com> Reviewed-by: Alex Vesker <valex@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
6d89076e6e
commit
77662e75e0
|
|
@ -731,7 +731,6 @@ struct mlx5dr_action {
|
|||
struct mlx5dr_domain *dmn;
|
||||
struct mlx5dr_icm_chunk *chunk;
|
||||
u8 *data;
|
||||
u32 data_size;
|
||||
u16 num_of_actions;
|
||||
u32 index;
|
||||
u8 allow_rx:1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user