net/mlx5: DR, Remove unused member of action struct
authorYevgeny Kliteynik <kliteyn@nvidia.com>
Mon, 31 Aug 2020 08:57:58 +0000 (11:57 +0300)
committerSaeed Mahameed <saeedm@nvidia.com>
Thu, 5 Nov 2020 20:09:28 +0000 (12:09 -0800)
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>
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h

index f50f3b1..5caf082 100644 (file)
@@ -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;