Blame SOURCES/irqbalance-1.0.6-man_IRQBALANCE_BANNED_CPUS.patch

5ac222
diff -up irqbalance-1.0.6/irqbalance.1.orig irqbalance-1.0.6/irqbalance.1
5ac222
--- irqbalance-1.0.6/irqbalance.1.orig	2013-10-31 16:13:49.250139242 +0100
5ac222
+++ irqbalance-1.0.6/irqbalance.1	2013-10-31 16:44:59.368055192 +0100
5ac222
@@ -119,7 +119,12 @@ Same as --debug
5ac222
 
5ac222
 .TP
5ac222
 .B IRQBALANCE_BANNED_CPUS
5ac222
-Provides a mask of cpus which irqbalance should ignore and never assign interrupts to
5ac222
+Provides a mask of cpus which irqbalance should ignore and never assign interrupts to.
5ac222
+This is a hex mask without the leading ’0x’, on systems with large numbers of processors
5ac222
+each group of eight hex digits is separated by a comma ’,’. i.e. ‘export IRQBALANCE_BANNED_CPUS=fc0‘
5ac222
+would prevent irqbalance from assigning irqs to the 7th-12th cpus (cpu6-cpu11) or
5ac222
+‘export IRQBALANCE_BANNED_CPUS=ff000000,00000001‘ would prevent irqbalance from
5ac222
+assigning irqs to the 1st (cpu0) and 57th-64th cpus (cpu56-cpu63).
5ac222
 
5ac222
 .SH "SIGNALS"
5ac222
 .TP