commit | 322cf7e3a4e89236ae386cb5668ae0d787d21136 | [log] [tgz] |
---|---|---|
author | Govindarajulu Varadarajan <_govind@gmx.com> | Fri Oct 30 16:52:51 2015 +0530 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 02 15:08:00 2015 -0500 |
tree | 3443cc196e6bfd7a8ddb87f8704ae738824d78a0 | |
parent | 9920e48b830a0f4ec06bcbf0ec3147c88ae72bac [diff] |
enic: assign affinity hint to interrupts 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 exausted we try non-local numa cores. Also set tx xps cpus mask bassed on affinity hint. v2: remove the global affinity policy. Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com> Signed-off-by: David S. Miller <davem@davemloft.net>