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

2024-01-09 Thread Paolo Abeni
On Tue, 2024-01-09 at 02:51 -0800, Souradeep Chakrabarti 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 than > with cpumask_local_spread(). > > Souradeep Chakrabarti

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

2024-01-09 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