aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/lag.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@mellanox.com>2020-02-27 08:22:10 +0100
committerDavid S. Miller <davem@davemloft.net>2020-02-27 11:16:14 -0800
commite387f7d5fccf95299135c88b799184c3bef6a705 (patch)
tree3075f2442b89022be55f97c2e489beba3a05cf59 /drivers/net/ethernet/mellanox/mlx5/core/lag.h
parentunix: define and set show_fdinfo only if procfs is enabled (diff)
downloadlinux-dev-e387f7d5fccf95299135c88b799184c3bef6a705.tar.xz
linux-dev-e387f7d5fccf95299135c88b799184c3bef6a705.zip
mlx5: register lag notifier for init network namespace only
The current code causes problems when the unregistering netdevice could be different then the registering one. Since the check in mlx5_lag_netdev_event() does not allow any other network namespace anyway, fix this by registerting the lag notifier per init network namespace only. Fixes: d48834f9d4b4 ("mlx5: Use dev_net netdevice notifier registrations") Signed-off-by: Jiri Pirko <jiri@mellanox.com> Tested-by: Aya Levin <ayal@mellanox.com> Acked-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx5/core/lag.h')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/lag.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/lag.h b/drivers/net/ethernet/mellanox/mlx5/core/lag.h
index 316ab09e2664..f1068aac6406 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/lag.h
+++ b/drivers/net/ethernet/mellanox/mlx5/core/lag.h
@@ -44,7 +44,6 @@ struct mlx5_lag {
struct workqueue_struct *wq;
struct delayed_work bond_work;
struct notifier_block nb;
- struct netdev_net_notifier nn;
struct lag_mp lag_mp;
};