net/mlx5: DR, Remove unused struct member in matcher
authorYevgeny Kliteynik <kliteyn@nvidia.com>
Wed, 10 Nov 2021 22:52:59 +0000 (00:52 +0200)
committerSaeed Mahameed <saeedm@nvidia.com>
Fri, 31 Dec 2021 08:16:59 +0000 (00:16 -0800)
Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h

index 2333c24..75bfdd7 100644 (file)
@@ -886,7 +886,6 @@ struct mlx5dr_matcher {
        struct mlx5dr_match_param mask;
        u8 match_criteria;
        refcount_t refcount;
-       struct mlx5dv_flow_matcher *dv_matcher;
 };
 
 struct mlx5dr_ste_action_modify_field {