projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940390d
)
net/mlx5: fs, remove unused member
author
Mark Bloch
<mbloch@nvidia.com>
Wed, 11 Sep 2024 20:17:48 +0000
(13:17 -0700)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 13 Sep 2024 03:50:28 +0000
(20:50 -0700)
Counter is in struct fte, remove it.
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link:
https://patch.msgid.link/20240911201757.1505453-7-saeed@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
index 6201647d61560ac357637ae5389dd37a7261cad4..5eacf64232f780f6f9804611495bf58956afaae0 100644
(file)
--- 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;
};