enic: assign affinity hint to interrupts
Orabug:
25535122
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>
(cherry picked from commit
322cf7e3a4e89236ae386cb5668ae0d787d21136)
Signed-off-by: Brian Maly <brian.maly@oracle.com>