[Intel-gfx] [PATCH i-g-t] tests/core_hotunplug: Wait for device nodes to re-appear

2023-08-22 Thread Janusz Krzysztofik
Sometimes our health check is not able to find a device node (cardX or renderY) after driver rebind or device rediscover. Since device nodes are recreated in detmpvfs asynchronously, give it a bit of time to do its job before we try to reopen the device for health check. (core_hotunplug:3612) DEB

Re: [Intel-gfx] [PATCH i-g-t] tests/core_hotunplug: Wait for device nodes to re-appear

2023-08-22 Thread Kamil Konieczny
Hi Janusz, On 2023-08-22 at 09:58:58 +0200, Janusz Krzysztofik wrote: > Sometimes our health check is not able to find a device node (cardX or > renderY) after driver rebind or device rediscover. Since device nodes are > recreated in detmpvfs asynchronously, give it a bit of time to do its job >