On Fri, 1 Nov 2019 at 08:50, Chris Wilson <[email protected]> wrote:
>
> An interesting observation made with our parallel selftests was that on
> our small/single cpu systems we would call kthread_stop() before the
> kthreads were spawned. If this happens, the kthread is never run at all;
> completely bypassing the test.
>
> A simple yield() from the parent will ensure that all children have the
> opportunity to start before we reap them.
>
> Signed-off-by: Chris Wilson <[email protected]>
> Cc: Matthew Auld <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to