On 2025-01-20 5:59 p.m., Jakub Kicinski wrote:
On Fri, 17 Jan 2025 17:33:31 -0700 Ahmed Zaki wrote:
+#ifdef CONFIG_RFS_ACCEL
+static void
+netif_irq_cpu_rmap_notify(struct irq_affinity_notify *notify,
+ const cpumask_t *mask)
+{
+ struct napi_struct *napi =
+
On 2025-01-20 6:03 p.m., Jakub Kicinski wrote:
On Fri, 17 Jan 2025 17:33:30 -0700 Ahmed Zaki wrote:
Drivers usually need to re-apply the user-set IRQ affinity to their IRQs
after reset. However, since there can be only one IRQ affinity notifier
for each IRQ, registering IRQ notifiers conflict
>
> @Dheeraj, do you want to hone your minimal fix to avoid sparse warnings?
Sure, I will update the patch to avoid sparse warnings.
> follow up question: do you want to proceed with a full conversion?
>
> @Michal is going to send patches that depend on this "full conversion"
> next month, so h