Accepting request 878217 from home:trenn:branches:Base:System

- Update to version 1.7.0+git20210222.9db8d5c:
  * ui: fix cpu/irq menu off by one
  * fix uint64_t printf format (use PRIu64)
  * Also fetch node info for non-PCI devices
  * Add hot pull method for irqbalance
  * Add log for hotplug appropriately
  * add irq hotplug feature for irqbalance
  * Remove some unused constant macros in constants.h
  * Add a deprecation notice for IRQBALANCE_BANNED_CPUS
  * Add IRQBALANCE_BANNED_CPULIST to env file
  * log correctly for isolated and nohz_full cpus
  * Update README.md
  * Add some examples for IRQBALANCE_BANNED_CPUS
  * Adjust how we determine if a cpu is online
  * activate_mapping: activate only online CPUs
  * add env variable to ban cpus using cpulist syntax
  * put arg parsing detail into parse_command_line()
  * Updating configure script to version 1.7.0
  * Add strlen checking for IRQBALANCE_BANNED_CPUS
  * remove redundant "/" in SOCKET_TMPFS
  * Fix typo in service unit file
  * arm64: Add irq aff change check For aarch64, the PPIs format in /proc/interrputs can be parsed and add to interrupt db, and next, the number of interrupts is counted and used to calculate the load. Finally these interrupts maybe scheduled between the NUMA domains.
  * Correct typos in irqbalance.c
  * free cpu_ban_string when the next request come
  * improve irq migrate rule to avoid high irq load
  * make the option 'V' closer to the option with no arg

OBS-URL: https://build.opensuse.org/request/show/878217
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=86
This commit is contained in:
Thomas Renninger 2021-03-11 08:21:24 +00:00 committed by Git OBS Bridge
parent d238f4f0ae
commit 5ef44c5fe6
4 changed files with 37 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5c10ea3bb3a0cac25e28c9a197bb0e9da1400691dbc7429821b98f76ff68de4
size 56289

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28f2ad35945b93d90f4a5bad95b4c0871a0f644375f746ec16f61045b9ec970e
size 54209

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Mar 10 17:45:54 UTC 2021 - trenn@suse.de
- Update to version 1.7.0+git20210222.9db8d5c:
* ui: fix cpu/irq menu off by one
* fix uint64_t printf format (use PRIu64)
* Also fetch node info for non-PCI devices
* Add hot pull method for irqbalance
* Add log for hotplug appropriately
* add irq hotplug feature for irqbalance
* Remove some unused constant macros in constants.h
* Add a deprecation notice for IRQBALANCE_BANNED_CPUS
* Add IRQBALANCE_BANNED_CPULIST to env file
* log correctly for isolated and nohz_full cpus
* Update README.md
* Add some examples for IRQBALANCE_BANNED_CPUS
* Adjust how we determine if a cpu is online
* activate_mapping: activate only online CPUs
* add env variable to ban cpus using cpulist syntax
* put arg parsing detail into parse_command_line()
* Updating configure script to version 1.7.0
* Add strlen checking for IRQBALANCE_BANNED_CPUS
* remove redundant "/" in SOCKET_TMPFS
* Fix typo in service unit file
* arm64: Add irq aff change check For aarch64, the PPIs format in /proc/interrputs can be parsed and add to interrupt db, and next, the number of interrupts is counted and used to calculate the load. Finally these interrupts maybe scheduled between the NUMA domains.
* Correct typos in irqbalance.c
* free cpu_ban_string when the next request come
* improve irq migrate rule to avoid high irq load
* make the option 'V' closer to the option with no arg
-------------------------------------------------------------------
Sun Aug 16 14:14:22 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package irqbalance
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,13 +21,14 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: irqbalance
Version: 1.7.0
Version: 1.7.0+git20210222.9db8d5c
Release: 0
Summary: Daemon to balance IRQs on SMP machines
License: GPL-2.0-or-later
Group: System/Daemons
URL: https://github.com/Irqbalance/irqbalance
Source: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# Source: https://github.com/Irqbalance/irqbalance/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
Source: %{name}-%{version}.tar.gz
Source3: sysconfig.irqbalance
Patch1: Set-fd-limit.patch
BuildRequires: libcap-ng-devel