Re: [PATCH net] net: xilinx: axienet: Schedule NAPI in two steps

From: Jakub Kicinski
Date: Tue Sep 10 2024 - 21:58:12 EST


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