Re: [PATCH net-next] net: netconsole: selftests: Check if netdevsim is available

2024-11-11 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 08 Nov 2024 06:59:25 -0800 you wrote: > The netconsole selftest relies on the availability of the netdevsim module. > To ensure the test can run correctly, we need to check if the netdevsim > module is either

Re: [PATCH net-next] net: netconsole: selftests: Check if netdevsim is available

2024-11-11 Thread Simon Horman
On Fri, Nov 08, 2024 at 06:59:25AM -0800, Breno Leitao wrote: > The netconsole selftest relies on the availability of the netdevsim module. > To ensure the test can run correctly, we need to check if the netdevsim > module is either loaded or built-in before proceeding. > > Update the netconsole s