Commit 8ad0e960 authored by Mark Bloch's avatar Mark Bloch Committed by Jakub Kicinski

net/mlx5: fs, remove unused member

Counter is in struct fte, remove it.
Signed-off-by: default avatarMark Bloch <mbloch@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
Reviewed-by: default avatarJacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20240911201757.1505453-7-saeed@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 940390d9
...@@ -241,7 +241,6 @@ struct fs_fte { ...@@ -241,7 +241,6 @@ struct fs_fte {
struct mlx5_flow_context flow_context; struct mlx5_flow_context flow_context;
struct mlx5_flow_act action; struct mlx5_flow_act action;
enum fs_fte_status status; enum fs_fte_status status;
struct mlx5_fc *counter;
struct rhash_head hash; struct rhash_head hash;
int modify_mask; int modify_mask;
}; };
......
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