Hello:
This patch was applied to netdev/net.git (master) by Paolo Abeni pabeni@redhat.com:
On Mon, 20 Feb 2023 14:23:36 +0100 you wrote:
From: Jiri Pirko jiri@nvidia.com
When devlink instance is put into network namespace and that network namespace gets deleted, devlink instance is moved back into init_ns. This is done as a part of cleanup_net() routine. Since cleanup_net() is called asynchronously from workqueue, there is no guarantee that the devlink instance move is done after "ip netns del" returns.
[...]
Here is the summary with links: - [net] sefltests: netdevsim: wait for devlink instance after netns removal https://git.kernel.org/netdev/net/c/f922c7b1c1c4
You are awesome, thank you!