Skip to content

Commit 5f2cf75

Browse files
Jiri PirkoSaeed Mahameed
authored andcommitted
net/mlx5: Remove unused ecpu field from struct mlx5_sf_table
"ecpu" field in struct mlx5_sf_table is not used anywhere. Remove it. Signed-off-by: Jiri Pirko <jiri@nvidia.com> Reviewed-by: Shay Drory <shayd@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
1 parent 2bd3b29 commit 5f2cf75

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • drivers/net/ethernet/mellanox/mlx5/core/sf

drivers/net/ethernet/mellanox/mlx5/core/sf/devlink.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ struct mlx5_sf_table {
2828
struct mutex sf_state_lock; /* Serializes sf state among user cmds & vhca event handler. */
2929
struct notifier_block esw_nb;
3030
struct notifier_block vhca_nb;
31-
u8 ecpu: 1;
3231
};
3332

3433
static struct mlx5_sf *

0 commit comments

Comments
 (0)