Re: [PATCH 05/14] accel/ivpu: Use workqueue for IRQ handling

2025-01-09 Thread Jacek Lawrynowicz
Reviewed-by: Jacek Lawrynowicz On 1/7/2025 6:32 PM, Maciej Falkowski wrote: > Convert IRQ bottom half from the thread handler into workqueue. > This increases a stability in rare scenarios where driver on > debugging/hardening kernels processes IRQ too slow and misses > some interrupts due to it.

[PATCH 05/14] accel/ivpu: Use workqueue for IRQ handling

2025-01-07 Thread Maciej Falkowski
Convert IRQ bottom half from the thread handler into workqueue. This increases a stability in rare scenarios where driver on debugging/hardening kernels processes IRQ too slow and misses some interrupts due to it. Workqueue handler also gives a very minor performance increase. Signed-off-by: Macie