Re: [PATCH net] net: xilinx: axienet: Schedule NAPI in two steps
From: Jakub Kicinski
Date: Thu Sep 12 2024 - 11:43:34 EST
On Thu, 12 Sep 2024 10:23:06 -0400 Sean Anderson wrote:
> __napi_schedule_irqoff selects between __napi_schedule and
> ____napi_schedule based on whether PREEMPT_RT is enabled. Is there some
> other way to force IRQ threading?
I think so, IIRC threadirqs= kernel boot option lets you do it.
I don't remember all the details now :( LMK if I'm wrong