GNU bug report logs -
#78702
[PATCH] gnu: Add irqbalance.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78702 in the body.
You can then email your comments to 78702 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
leo <at> famulari.name, guix-patches <at> gnu.org
:
bug#78702
; Package
guix-patches
.
(Thu, 05 Jun 2025 22:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Morgan Smith <Morgan.J.Smith <at> outlook.com>
:
New bug report received and forwarded. Copy sent to
leo <at> famulari.name, guix-patches <at> gnu.org
.
(Thu, 05 Jun 2025 22:00:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 09 Jun 2025 20:08:34 GMT)
Full text and
rfc822 format available.
Notification sent
to
Morgan Smith <Morgan.J.Smith <at> outlook.com>
:
bug acknowledged by developer.
(Mon, 09 Jun 2025 20:08:35 GMT)
Full text and
rfc822 format available.
Message #10 received at 78702-done <at> debbugs.gnu.org (full text, mbox):
Morgan Smith <Morgan.J.Smith <at> outlook.com> writes:
> * gnu/packages/linux.scm (irqbalance): New variable.
>
> Change-Id: I52b0fe462b1a1820370719e66fd976449168c9ea
Applied, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 08 Jul 2025 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 31 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.