- Update to version 1.0.4:
New release of irqbalance, several minor cleanups and a few significant bug fixes and feature enhancements: - Fixed a divide by zero bug - Fixed a memory corruptor when items are not assigned to a specfic numa node - Added a banscript option, that allows a user defined script to be run to determine if a given irq should be excluded from balancing - Improve rescan ability to catch a timing race early in irqbalance setup - Added ability to force irqbalance to rescan irqs on reception of a SIGHUP. - Force affinity settings even if manually overridden outside of irqbalance. - Added a --foreground option to force foreground execution without debug output OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=25
This commit is contained in:
parent
6cd6ba9172
commit
43b7122d11
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e57569a98af4858e5dc0ef5814ef3e58d51230698029febce644ff2a782abe7
|
||||
size 255835
|
3
irqbalance-1.0.4.tar.bz2
Normal file
3
irqbalance-1.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15725edf4a6f20258620cbd05ebf02d0c25aadd5ffa4871ef8507c9215021c43
|
||||
size 286985
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 6 11:07:36 UTC 2012 - trenn@suse.de
|
||||
|
||||
- Update to version 1.0.4:
|
||||
New release of irqbalance, several minor cleanups and a few
|
||||
significant bug fixes and feature enhancements:
|
||||
- Fixed a divide by zero bug
|
||||
- Fixed a memory corruptor when items are not assigned to a specfic numa node
|
||||
- Added a banscript option, that allows a user defined script to be run to
|
||||
determine if a given irq should be excluded from balancing
|
||||
- Improve rescan ability to catch a timing race early in irqbalance setup
|
||||
- Added ability to force irqbalance to rescan irqs on reception of a SIGHUP.
|
||||
- Force affinity settings even if manually overridden outside of irqbalance.
|
||||
- Added a --foreground option to force foreground execution without debug output
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 15:01:39 UTC 2012 - trenn@suse.de
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: irqbalance
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
Summary: Balance IRQs on SMP Machines
|
||||
License: GPL-2.0+
|
||||
|
Loading…
Reference in New Issue
Block a user