On 2024-09-30 11:39:54 [-0400], Sean Anderson wrote: > Since commit 8380c81d5c4f ("net: Treat __napi_schedule_irqoff() as > __napi_schedule() on PREEMPT_RT"), napi_schedule_irqoff will do the > right thing if IRQs are threaded. Therefore, there is no need to use > IRQF_NO_THREAD. > > Signed-off-by: Sean Anderson <sean.anderson@xxxxxxxxx> Reviewed-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> Thanks for docs update. Sebastian