aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Bloch <[email protected]>2024-09-11 13:17:48 -0700
committerJakub Kicinski <[email protected]>2024-09-12 20:50:28 -0700
commit8ad0e9608c2c528e708a622952657d4450b04f7f (patch)
tree822584ceae8988d78b7fa3ede553b9ff86c866e6
parent940390d976902e184e1186d0f7dab3ba884dec84 (diff)
net/mlx5: fs, remove unused member
Counter is in struct fte, remove it. Signed-off-by: Mark Bloch <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]> Reviewed-by: Jacob Keller <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/fs_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
index 6201647d6156..5eacf64232f7 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
+++ b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
@@ -241,7 +241,6 @@ struct fs_fte {
struct mlx5_flow_context flow_context;
struct mlx5_flow_act action;
enum fs_fte_status status;
- struct mlx5_fc *counter;
struct rhash_head hash;
int modify_mask;
};