You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
927 B
18 lines
927 B
6 years ago
|
diff -up irqbalance-1.0.6/irqbalance.1.orig irqbalance-1.0.6/irqbalance.1
|
||
|
--- irqbalance-1.0.6/irqbalance.1.orig 2013-10-31 16:13:49.250139242 +0100
|
||
|
+++ irqbalance-1.0.6/irqbalance.1 2013-10-31 16:44:59.368055192 +0100
|
||
|
@@ -119,7 +119,12 @@ Same as --debug
|
||
|
|
||
|
.TP
|
||
|
.B IRQBALANCE_BANNED_CPUS
|
||
|
-Provides a mask of cpus which irqbalance should ignore and never assign interrupts to
|
||
|
+Provides a mask of cpus which irqbalance should ignore and never assign interrupts to.
|
||
|
+This is a hex mask without the leading ’0x’, on systems with large numbers of processors
|
||
|
+each group of eight hex digits is separated by a comma ’,’. i.e. ‘export IRQBALANCE_BANNED_CPUS=fc0‘
|
||
|
+would prevent irqbalance from assigning irqs to the 7th-12th cpus (cpu6-cpu11) or
|
||
|
+‘export IRQBALANCE_BANNED_CPUS=ff000000,00000001‘ would prevent irqbalance from
|
||
|
+assigning irqs to the 1st (cpu0) and 57th-64th cpus (cpu56-cpu63).
|
||
|
|
||
|
.SH "SIGNALS"
|
||
|
.TP
|