irqbalance: add support of interval and banirq

Added the ability to change sampling interval
and provide a list of IRQ's to ignore
via /etc/config/irqbalance

Signed-off-by: Marc Benoit <marcb62185@gmail.com>
This commit is contained in:
Marc Benoit
2020-02-23 17:53:11 -05:00
parent 2125943b86
commit b7a99b2334
3 changed files with 20 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
config irqbalance 'irqbalance'
option enabled '0'
# The default value is 10 seconds
#option interval '10'
# List of IRQ's to ignore
#list banirq '36'
#list banirq '69'