Configure CPUs to ignore with `IRQBALANCE_BANNED_CPULIST` environment variable Signed-off-by: Hentioe Cl <meow.i5.br@gmail.com> [added PKG_RELEASE bump]
17 lines
339 B
Text
17 lines
339 B
Text
config irqbalance 'irqbalance'
|
|
option enabled '0'
|
|
|
|
# Level at which irqbalance partitions cache domains.
|
|
# Default is 2 (L2$).
|
|
#option deepestcache '2'
|
|
|
|
# The default value is 10 seconds
|
|
#option interval '10'
|
|
|
|
# Specify excluded cpulist
|
|
#option banned_cpulist '0'
|
|
|
|
# List of IRQ's to ignore
|
|
#list banirq '36'
|
|
#list banirq '69'
|
|
|