On Fri, 2020-10-16 at 21:15 +0200, Heiner Kallweit wrote: > > But we should spend at least a few thoughts on whether and how the > irqoff version could be improved. This would have two benefits:
I disagree, using the irqoff version in a place that irqoff is not always true is a bug. *Maybe* it would be worth it to twiddle the regular version, but color me highly skeptical. Branches ain't free (and arm for one already adds one), and static branches are not generic whereas napi_schedule() is. -Mike