buildroot/package/irqbalance/Config.in
Karoly Kasza 611523d825 irqbalance: new package
Irqbalance is a daemon to help balance the cpu load generated by
interrupts across all of a systems cpus.

[Thomas:
 - Add upstream URL in Config.in help text.
 - Fix indentation of init script.]

Signed-off-by: Karoly Kasza <kaszak@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-08 21:46:33 +01:00

12 lines
450 B
Plaintext

config BR2_PACKAGE_IRQBALANCE
bool "irqbalance"
help
Irqbalance is a daemon to help balance the cpu load generated
by interrupts across all of a systems cpus.
Irqbalance identifies the highest volume interrupt sources,
and isolates them to a single unique cpu, so that load is
spread as much as possible over an entire processor set, while
minimizing cache hit rates for irq handlers.
https://github.com/Irqbalance/irqbalance