packages/utils/irqbalance/files/irqbalance.config
Hentioe Cl e1ff9619a3 irqbalance: add banned_cpulist option
Configure CPUs to ignore with `IRQBALANCE_BANNED_CPULIST` environment variable

Signed-off-by: Hentioe Cl <meow.i5.br@gmail.com>
[added PKG_RELEASE bump]
2023-08-05 10:06:32 +03:00

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'