Re: [PATCH 0/4 V3 net-next] net: mana: Assigning IRQ affinity on HT cores

2024-02-01 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Sun, 28 Jan 2024 22:21:03 -0800 you wrote: > This patch set introduces a new helper function irq_setup(), > to optimize IRQ distribution for MANA network devices. > The patch set makes the driver working 15% faster t

[PATCH 0/4 V3 net-next] net: mana: Assigning IRQ affinity on HT cores

2024-01-28 Thread Souradeep Chakrabarti
This patch set introduces a new helper function irq_setup(), to optimize IRQ distribution for MANA network devices. The patch set makes the driver working 15% faster than with cpumask_local_spread(). Souradeep Chakrabarti (1): net: mana: Assigning IRQ affinity on HT cores Yury Norov (3): cpum