base/SOURCES/irqbalance-1.0.6-man_IRQBAL...

18 lines
927 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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