Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 30 Sep 2024 17:12:50 +0200 you wrote:
> From: Amit Cohen
>
> The test runs "devlink reload" explicitly. Instead, it is better to use
> devlink_reload() which waits for udev events to be processed. Do not sle
From: Amit Cohen
The test runs "devlink reload" explicitly. Instead, it is better to use
devlink_reload() which waits for udev events to be processed. Do not sleep
after reload, as devlink_reload() blocks until all the netdevs are renamed.
Signed-off-by: Amit Cohen
Reviewed-by: Ido Schimmel
Si