commit | f1cdaa077ccacb0d78a2da5c9df9b4aa7b7a0927 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Mon Sep 30 10:15:11 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 02 11:48:44 2019 -0400 |
tree | 801eb4b5aaef8cf0a3d39607794858e36fa954ce | |
parent | a30c7b429f2dd980202c912fcb76442364937b4d [diff] |
mlxsw: spectrum: Use per-netns netdevice notifier registration The mlxsw_sp instance is not interested in events happening in other network namespaces. So use "_net" variants for netdevice notifier registration/unregistration and get only events which are happening in the net the instance is in. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>