irqbalance icon indicating copy to clipboard operation
irqbalance copied to clipboard

The irqbalance source tree - The new official site for irqbalance

Results 9 irqbalance issues
Sort by recently updated
recently updated
newest added

This would catch very basic compile issues on x86. Signed-off-by: Michael Neuling

I'm packaging 1.9.1 for Fedora and running `make check` fails on `aarch64` & `ppc64le`: - Scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=93218877 - ppc64le: https://kojipkgs.fedoraproject.org//work/tasks/8932/93218932/build.log - aarch64: https://kojipkgs.fedoraproject.org//work/tasks/8931/93218931/build.log ``` + make check Making check...

Crash after waking from suspend: [coredump.log](https://github.com/Irqbalance/irqbalance/files/9812669/coredump.log) Version: 1.9.1 [interrupts.log](https://github.com/Irqbalance/irqbalance/files/9812821/interrupts.log) [irqbalance.log](https://github.com/Irqbalance/irqbalance/files/9812823/irqbalance.log) [smp_affinity.log](https://github.com/Irqbalance/irqbalance/files/9812824/smp_affinity.log) [lstopo-no-graphics.log](https://github.com/Irqbalance/irqbalance/files/9812825/lstopo-no-graphics.log)

In activate_mapping() `-ENOSPC` is treated as a transient error. However we recently see tens of these on every loop (every 10s) until irqbalance is restarted. I imagine the reason they...

Currently irqbalance has the environment variable `IRQBALANCE_BANNED_CPUS` (and `IRQBALANCE_BANNED_CPULIST`) which allows for excluding CPUs from any IRQ assignment. It would be nice if we could be more granular and only...

when using `balance_level=package` it seems to balance on numa node, not package. Is that intended? Observed on a Xeon Scalable Processor gen4 (Sapphire Rapids) with SNC4 clustering, where each socket...

I am running irqbalance on an embedded system, where the vast majority of interrupts are from platform devices. irqbalance makes an attempt to classify IRQs based on their name (`guess_arm_irq_hints`)....

By default, `stdout` is buffered when piped to another program (such as when `irqbalance` is ran by systemd). Messages are delayed until the buffer is full, at which point they...

Hello, I noticed when updating systemd that some new noise was being produced by the systemd unit: ``` irqbalance: "Referenced but unset environment variable evaluates to an empty string: IRQBALANCE_ARGS"...