Blame SOURCES/irqbalance-1.7.0-Add-some-examples-for-IRQBALANCE_BANNED_CPUS.patch

bee840
From acb0c2057952fa8bb502bf6b4222b327efe44c4c Mon Sep 17 00:00:00 2001
bee840
From: Kairui Song <kasong@redhat.com>
bee840
Date: Mon, 26 Oct 2020 17:26:52 +0800
bee840
Subject: [PATCH] Add some examples for IRQBALANCE_BANNED_CPUS
bee840
bee840
Signed-off-by: Kairui Song <kasong@redhat.com>
bee840
---
bee840
 irqbalance.1 | 7 +++++++
bee840
 1 file changed, 7 insertions(+)
bee840
bee840
diff --git a/irqbalance.1 b/irqbalance.1
bee840
index d272b6f..330c12b 100644
bee840
--- a/irqbalance.1
bee840
+++ b/irqbalance.1
bee840
@@ -157,6 +157,13 @@ Same as --debug.
bee840
 Provides a mask of CPUs which irqbalance should ignore and never assign interrupts to.
bee840
 If not specified, irqbalance use mask of isolated and adaptive-ticks CPUs on the
bee840
 system as the default value.
bee840
+This is a hexmask without the leading ’0x’. On systems with large numbers of
bee840
+processors, each group of eight hex digits is separated by a comma ’,’. i.e.
bee840
+‘export IRQBALANCE_BANNED_CPUS=fc0‘ would prevent irqbalance from assigning irqs
bee840
+to the 7th-12th cpus (cpu6-cpu11) or ‘export IRQBALANCE_BANNED_CPUS=ff000000,00000001‘
bee840
+would prevent irqbalance from assigning irqs to the 1st (cpu0) and 57th-64th cpus
bee840
+(cpu56-cpu63).
bee840
+
bee840
 
bee840
 .SH "SIGNALS"
bee840
 .TP
bee840
-- 
bee840
2.28.0
bee840