Thomas Renninger
6cd6ba9172
Service is started as daemon by default, on single and multi core systems OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=23
33 lines
857 B
Plaintext
33 lines
857 B
Plaintext
## Path: System/Kernel/IRQ Balancing
|
|
## Description: IRQ Balancing configuration
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: irq_balancer
|
|
#
|
|
# Bitmap of CPUs that are banned from IRQ balancing
|
|
#
|
|
IRQBALANCE_BANNED_CPUS=""
|
|
|
|
## Type: list(auto,enabled)
|
|
## Default: auto
|
|
## ServiceRestart: Iirq_balancer
|
|
#
|
|
# Instead of running as daemon, the IRQ balancer just does a setup
|
|
# once and then exits. "auto" is the default behaviour which means that
|
|
# the service is started as daemon.
|
|
#
|
|
IRQBALANCE_ONESHOT=auto
|
|
|
|
## Type: string
|
|
## Default: ""
|
|
## ServiceRestart: Iirq_balancer
|
|
#
|
|
# Interrupt that don't get balanced as list (separation character doesn't
|
|
# matter). For example broken chipsets don't allow the timer interrupt
|
|
# to be set to another CPU than the first, and with this option that
|
|
# policy can be applied.
|
|
#
|
|
IRQBALANCE_BANNED_INTERRUPTS=""
|
|
|