Skip to content

Releases: Irqbalance/irqbalance

minor bugfix update

14 May 19:09
05d87e1
Compare
Choose a tag to compare

New version of irqbalance. Notable changes:

  • Fixed an erroneous calculation of min_load that restricted candidates to a subset of objects
  • Fixed powerpc hotplug detection
  • Cleaned up syslog target dependency
  • Added some self test infrastructure (via make check)

irqbalance release 1.3.0

13 Nov 14:37
Compare
Choose a tag to compare

New features in this release:

  • optimization of platform device irq detection
  • Added sample udev rules to trigger irq rescans on device add/remove
  • Made irqbalance ui an optional compile component
  • Added support for Intel CoD
  • Add -v | --version option to command line

Bug fixes in this release:

  • Misc compiler warning fixes and spelling errors
  • Compilation error fix on aarch64
  • Compilation error fix when using clang in c99 mode
  • Unused variable cleanup
  • Lots of memory leak cleanup in irqbalance-ui
  • Prevent irqbalance from running in a container
  • Fix irq affinity assignment in some cases to wrong numa node
  • Fix oneshot mode
  • exclude legacy irq 255

Deprecations:

  • without-glib2 is removed, we just need it enough that we can't dummy it up anymore

Irqbalance release 1.2.0

10 Jan 15:35
Compare
Choose a tag to compare

Irqbalance release 1.2.0

Bugfixes:

  • sort_irq logic rework to fix unintended ordering
  • removal of the affinity_hint infrastructure as its not needed
  • fixes for invalid cpumask parsing
  • many other minior fixes (see git log)

Features:

  • Aarch64 support
  • live interactive monitoring of irqbalance and live adjustment with irqbalance-ui

New irqbalance release- many bug fixes, new features

04 Dec 15:25
Compare
Choose a tag to compare

New irqbalance release available

Bug Fix highlights:

  • Banning support fixes
  • Load calculation improvements
  • Documentation fixes
  • Fix command line preservation across re-scan
  • Memory leak fixes
  • Misc. bug fixes

New Features:

  • ARM irq support
  • New --banmod option
  • New sleep interval option