Re: [PATCH net-next] enic: assign affinity hint to interrupts

2015-10-30 Thread David Miller
From: Govindarajulu Varadarajan <_gov...@gmx.com> Date: Tue, 27 Oct 2015 23:28:42 +0530 > Introduce enic module global variable enic_numa_count[] to store the > number of affinity_hints set. If there are more than one enic interfaces, > we do not want them to share same affinity hint cpus. We

[PATCH net-next] enic: assign affinity hint to interrupts

2015-10-27 Thread Govindarajulu Varadarajan
The affinity hint is used by the user space daemon, irqbalancer, to indicate a preferred CPU mask for irqs. This patch sets the irq affinity hint to local numa core first, when exhausted we try non-local numa cores. Introduce enic module global variable enic_numa_count[] to store the number of