]> git.baikalelectronics.ru Git - kernel.git/commit
x86, irq: Allocate CPU vectors from device local CPUs if possible
authorJiang Liu <jiang.liu@linux.intel.com>
Thu, 7 May 2015 02:53:56 +0000 (10:53 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 13 May 2015 07:50:24 +0000 (09:50 +0200)
commit58b64b0048fa693e58e97ef658b00106e3984560
tree89154d5629e51501faaec14c3141f4039b6bb52e
parent568d578031bef7ad81e49944e571f70965cb1136
x86, irq: Allocate CPU vectors from device local CPUs if possible

On NUMA systems, an IO device may be associated with a NUMA node.
It may improve IO performance to allocate resources, such as memory
and interrupts, from device local node.

This patch introduces a mechanism to support CPU vector allocation
policies. It tries to allocate CPU vectors from CPUs on device local
node first, and then fallback to all online(global) CPUs.

This mechanism may be used to support NumaConnect systems to allocate
CPU vectors from device local node.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Tested-by: Daniel J Blueman <daniel@numascale.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Rafael J. Wysocki <rjw@rjwysocki.net>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/1430967244-28905-1-git-send-email-jiang.liu@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/apic/vector.c