Skip to content
Commit f922c7b1 authored by Jiri Pirko's avatar Jiri Pirko Committed by Paolo Abeni
Browse files

sefltests: netdevsim: wait for devlink instance after netns removal



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.

So fix this race by making sure that the devlink instance is present
before any other operation.

Reported-by: default avatarAmir Tzin <amirtz@nvidia.com>
Fixes: b74c37fd

 ("selftests: netdevsim: add tests for devlink reload with resources")
Signed-off-by: default avatarJiri Pirko <jiri@nvidia.com>
Reviewed-by: default avatarPavan Chebbi <pavan.chebbi@broadcom.com>
Link: https://lore.kernel.org/r/20230220132336.198597-1-jiri@resnulli.us
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent b60417a9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment