From bd37536a75944db1f39e2fe7f34e4dfad63210a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TED=20A=2E=20=E2=AD=95?= Date: Thu, 7 Aug 2025 12:00:44 +0000 Subject: [PATCH] Add irqbalance --- irqbalance | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 irqbalance diff --git a/irqbalance b/irqbalance new file mode 100644 index 0000000..609f110 --- /dev/null +++ b/irqbalance @@ -0,0 +1,16 @@ +config irqbalance 'irqbalance' + option enabled '1' + + # Level at which irqbalance partitions cache domains. + # Default is 2 (L2$). + #option deepestcache '2' + + # The default value is 10 seconds + #option interval '10' + + # Specify excluded cpulist + #option banned_cpulist '0' + + # List of IRQ's to ignore + #list banirq '36' + #list banirq '69' \ No newline at end of file