[PATCH net] net: xilinx: axienet: Schedule NAPI in two steps
Jakub Kicinski
kuba at kernel.org
Tue Sep 10 18:58:01 PDT 2024
On Mon, 9 Sep 2024 19:19:04 -0400 Sean Anderson wrote:
> Additionally, since we are running
> in an IRQ context we can use the irqoff variant as well.
The _irqoff variant is a bit of a minefield. It causes issues if kernel
is built with forced IRQ threading. With datacenter NICs forced
threading is never used so we look the other way. Since this is a fix
and driver is embedded I reckon we should stick to __napi_schedule().
--
pw-bot: cr
More information about the linux-arm-kernel
mailing list