Re: [Intel-wired-lan] [PATCH net-next v6 1/5] net: move ARFS rmap management to core

2025-01-21 Thread Ahmed Zaki
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 = +

Re: [Intel-wired-lan] [PATCH net-next v6 0/5] net: napi: add CPU affinity to napi->config

2025-01-21 Thread Ahmed Zaki
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

Re: [Intel-wired-lan] [PATCH v2 net-next] ixgbe: Fix endian handling for ACI descriptor registers

2025-01-21 Thread Dheeraj Reddy Jonnalagadda
> > @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