Skip to content

Cannot change IRQ 140 affinity: Invalid argument #7

Open
@ghostbuster91

Description

@ghostbuster91

after recent update to kernel 6.6 irq keeps spamming with following logs with an error:

		2023-12-23 22:10:41.978	
Selecting irq 141 for rebalancing
2023-12-23 22:10:41.978	
Selecting irq 143 for rebalancing
2023-12-23 22:10:41.978	
Cannot change IRQ 140 affinity: Invalid argument
2023-12-23 22:10:41.978	
Selecting irq 144 for rebalancing
2023-12-23 22:10:41.978	
Selecting irq 124 for rebalancing
2023-12-23 22:10:41.978	
Selecting irq 125 for rebalancing



2023-12-23 22:10:41.978	
-----------------------------------------------------------------------------
2023-12-23 22:10:41.974	
Selecting irq 144 for rebalancing
2023-12-23 22:10:41.974	
Selecting irq 124 for rebalancing
2023-12-23 22:10:41.974	
Selecting irq 125 for rebalancing
2023-12-23 22:10:41.974	
-----------------------------------------------------------------------------

Not sure if there is indeed something wrong or if this is just an information message.
Should be investigated.

# The service irqbalance is useful as it assigns certain IRQ calls to specific CPUs instead of letting the first CPU core to handle everything. This is supposed to increase performance by hitting CPU cache more often.
services.irqbalance.enable = true;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions