commit | 070c63f20f6c739a3c534555f56c7327536bfcc2 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Oct 03 11:49:39 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 04 11:10:56 2019 -0700 |
tree | beee6089d6353e0a1c2524f47621e43cd105bcab | |
parent | 4f174bbcc96c80720722e25f198580a184803c3a [diff] |
net: devlink: allow to change namespaces during reload All devlink instances are created in init_net and stay there for a lifetime. Allow user to be able to move devlink instances into namespaces during devlink reload operation. That ensures proper re-instantiation of driver objects, including netdevices. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>