From: Mark Bloch Date: Wed, 11 Sep 2024 20:17:48 +0000 (-0700) Subject: net/mlx5: fs, remove unused member X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8ad0e9608c2c528e708a622952657d4450b04f7f;p=users%2Fdwmw2%2Flinux.git net/mlx5: fs, remove unused member Counter is in struct fte, remove it. Signed-off-by: Mark Bloch Signed-off-by: Saeed Mahameed Reviewed-by: Jacob Keller Link: https://patch.msgid.link/20240911201757.1505453-7-saeed@kernel.org Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h index 6201647d61560..5eacf64232f78 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; };