Re: [patch net-next v5 3/5] selftests: forwarding: add check_driver() helper

2024-04-23 Thread Jiri Pirko
Mon, Apr 22, 2024 at 08:47:39PM CEST, benjamin.poir...@gmail.com wrote: >On 2024-04-22 17:32 +0200, Jiri Pirko wrote: >> From: Jiri Pirko >> >> Add a helper to be used to check if the netdevice is backed by specified >> driver. >> >> Signed-off-by: Jiri Pirko >> Reviewed-by: Petr Machata >> --

Re: [patch net-next v5 3/5] selftests: forwarding: add check_driver() helper

2024-04-22 Thread Benjamin Poirier
On 2024-04-22 17:32 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > Add a helper to be used to check if the netdevice is backed by specified > driver. > > Signed-off-by: Jiri Pirko > Reviewed-by: Petr Machata > --- > tools/testing/selftests/net/forwarding/lib.sh | 15 +++ > 1 file

[patch net-next v5 3/5] selftests: forwarding: add check_driver() helper

2024-04-22 Thread Jiri Pirko
From: Jiri Pirko Add a helper to be used to check if the netdevice is backed by specified driver. Signed-off-by: Jiri Pirko Reviewed-by: Petr Machata --- tools/testing/selftests/net/forwarding/lib.sh | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/tools/te