Commit 32e9bd58 authored by Yevgeny Kliteynik's avatar Yevgeny Kliteynik Committed by Saeed Mahameed

net/mlx5: DR, Remove unused struct member in matcher

Signed-off-by: default avatarYevgeny Kliteynik <kliteyn@nvidia.com>
parent c3fb0e28
...@@ -886,7 +886,6 @@ struct mlx5dr_matcher { ...@@ -886,7 +886,6 @@ struct mlx5dr_matcher {
struct mlx5dr_match_param mask; struct mlx5dr_match_param mask;
u8 match_criteria; u8 match_criteria;
refcount_t refcount; refcount_t refcount;
struct mlx5dv_flow_matcher *dv_matcher;
}; };
struct mlx5dr_ste_action_modify_field { struct mlx5dr_ste_action_modify_field {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment