Re: [patch net-next v6 4/5] selftests: forwarding: add wait_for_dev() helper

2024-04-24 Thread Benjamin Poirier
On 2024-04-24 12:40 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > The existing setup_wait*() helper family check the status of the > interface to be up. Introduce wait_for_dev() to wait for the netdevice > to appear, for example after test script does manual device bind. > > Signed-off-by: Jir

[patch net-next v6 4/5] selftests: forwarding: add wait_for_dev() helper

2024-04-24 Thread Jiri Pirko
From: Jiri Pirko The existing setup_wait*() helper family check the status of the interface to be up. Introduce wait_for_dev() to wait for the netdevice to appear, for example after test script does manual device bind. Signed-off-by: Jiri Pirko Reviewed-by: Petr Machata --- v3->v4: - removed "