GNU bug report logs -
#78702
[PATCH] gnu: Add irqbalance.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 09 Jun 2025 22:02:49 +0200
with message-id <87qzzs7keu.fsf <at> gnu.org>
and subject line Re: [bug#78702] [PATCH] gnu: Add irqbalance.
has caused the debbugs.gnu.org bug report #78702,
regarding [PATCH] gnu: Add irqbalance.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
78702: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78702
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/linux.scm (irqbalance): New variable.
Change-Id: I52b0fe462b1a1820370719e66fd976449168c9ea
---
gnu/packages/linux.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ccf0567827..baf3b17b1c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3696,6 +3696,32 @@ (define-public iptables-nft
(synopsis
"Programs to configure Linux IP packet filtering rules (nftables API)")))
+(define-public irqbalance
+ (package
+ (name "irqbalance")
+ (version "1.9.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/irqbalance/irqbalance")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jswxr0jcxz83j1nanl6xaxpw001l0hfb2xvvy2k970g1g1kpszd"))))
+ (build-system gnu-build-system)
+ (inputs (list glib ncurses libnl libcap-ng))
+ (native-inputs (list autoconf automake libtool pkg-config))
+ (home-page "https://irqbalance.github.io/irqbalance/")
+ (synopsis "Daemon used to load balance CPU interrupts")
+ (description
+ "Irqbalance is a daemon to help balance the CPU load generated by
+interrupts across all of a systems CPUs. Irqbalance identifies the highest
+volume interrupt sources, and isolates each of them to a single unique CPU, so
+that load is spread as much as possible over an entire processor set, while
+minimizing cache miss rates for irq handlers.")
+ (license license:gpl2)))
+
(define-public bolt
(package
(name "bolt")
base-commit: 544ac628f598bf94a777a3fc2eed39f645f9a01d
--
2.49.0
[Message part 3 (message/rfc822, inline)]
Morgan Smith <Morgan.J.Smith <at> outlook.com> writes:
> * gnu/packages/linux.scm (irqbalance): New variable.
>
> Change-Id: I52b0fe462b1a1820370719e66fd976449168c9ea
Applied, thanks!
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.