Go to file
pjwaskiewicz 7cd766c0f4 irqbalance: add support for affinity_hint hook
This support is found in kernels 2.6.35 and beyond.  The new
affinity_hint hook found in /proc/irq/<num>/ can be populated
by underlying device drivers.  The cpumask in this file will
be used as a preferred affinity, allowing devices with
multiple interrupt sources (e.g. MSI-X enabled network devices)
to better control their NUMA locality of data flows.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>


git-svn-id: https://irqbalance.googlecode.com/svn/trunk@25 46b42954-3823-0410-bd82-eb80b452c9b5
2010-05-04 20:26:34 +00:00
activate.c Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
AUTHORS Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
autogen.sh setting executable permission on autogen.sh 2009-10-02 19:16:42 +00:00
bitmap.c Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
bitmap.h initial import 2006-12-09 15:59:16 +00:00
cap-ng.m4 Adding missing configure files 2009-10-02 18:22:21 +00:00
ChangeLog Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
classify.c Adding modified patch from Michal Schmidt: 2009-10-02 19:31:46 +00:00
configure.ac Adding missing configure files 2009-10-02 18:22:21 +00:00
constants.h tune power mode to deal with HZ=1000 kernels better 2006-12-11 08:21:12 +00:00
COPYING Adding missing configure files 2009-10-02 18:22:21 +00:00
cpumask.h initial import 2006-12-09 15:59:16 +00:00
cputree.c Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
irqbalance.1 add homepage to the manpage 2006-12-13 15:00:07 +00:00
irqbalance.c irqbalance: add support for affinity_hint hook 2010-05-04 20:26:34 +00:00
irqbalance.h Fix bad mask computation when BANNED_INTERRUPTS is used (Gogle code Issue #1) 2009-01-28 18:18:04 +00:00
irqlist.c irqbalance: add support for affinity_hint hook 2010-05-04 20:26:34 +00:00
Makefile initial import 2006-12-09 15:59:16 +00:00
Makefile.am Adding missing configure files 2009-10-02 18:22:21 +00:00
network.c Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
NEWS Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
non-atomic.h initial import 2006-12-09 15:59:16 +00:00
numa.c Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
placement.c irqbalance: add support for affinity_hint hook 2010-05-04 20:26:34 +00:00
powermode.c Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
procinterrupts.c Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
README Add autotools scripts to irqbalance 2009-09-01 15:50:39 +00:00
types.h irqbalance: add support for affinity_hint hook 2010-05-04 20:26:34 +00:00