]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net/mlx5e: Remove unused field in mlx5e_flow_steering struct
authorSaeed Mahameed <saeedm@nvidia.com>
Tue, 17 Mar 2026 10:45:48 +0000 (12:45 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 19 Mar 2026 02:29:01 +0000 (19:29 -0700)
Not used in mlx5e, clean it up.

Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Reviewed-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Joe Damato <joe@dama.to>
Link: https://patch.msgid.link/20260317104548.15697-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlx5/core/en_fs.c

index 9352e21833124dda177421d5daaee23f0df8f776..55255fe6e415f53512296e03d71f03cb068ae742 100644 (file)
@@ -47,7 +47,6 @@ struct mlx5e_flow_steering {
        bool                            state_destroy;
        bool                            vlan_strip_disable;
        struct mlx5_core_dev            *mdev;
-       struct net_device               *netdev;
        struct mlx5_flow_namespace      *ns;
        struct mlx5_flow_namespace      *egress_ns;
 #ifdef CONFIG_MLX5_EN_RXNFC