On Fri, 20 Dec 2024 13:14:48 -0700 Ahmed Zaki wrote: > > Then you can probably register a single unified handler, and inside > > that handler check if the device wanted to have rmap or just affinity? > > This is what is in this patch already, all drivers following new > approach will have netif_irq_cpu_rmap_notify() as their IRQ notifier. > > IIUC, your goal is to have the notifier inside napi, not irq_glue. For > this, we'll have to have our own version of irq_cpu_rmap_add() (for the > above reason). > > sounds OK?
Yes.
