Skip to content

Commit 8ad0e96

Browse files
mark-blochkuba-moo
authored andcommitted
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]>
1 parent 940390d commit 8ad0e96

File tree

1 file changed

+0
-1
lines changed
  • drivers/net/ethernet/mellanox/mlx5/core

1 file changed

+0
-1
lines changed

drivers/net/ethernet/mellanox/mlx5/core/fs_core.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ struct fs_fte {
241241
struct mlx5_flow_context flow_context;
242242
struct mlx5_flow_act action;
243243
enum fs_fte_status status;
244-
struct mlx5_fc *counter;
245244
struct rhash_head hash;
246245
int modify_mask;
247246
};

0 commit comments

Comments
 (0)