Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

irqbalance: Update init script to remove duplicate spaces #23557

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

schuettecarsten
Copy link
Contributor

I have some strange issues with irqbalance sometimes overwriting smp_affinity values for banned/ignored IRQs. The issue is reproduceable and is mitigated when I change theway how the irqbalance command line is built. The only difference between the resulting command is that there is only one space between the -t parameter and the first -i parameter value.

@schuettecarsten
Copy link
Contributor Author

Why are the checks failing?
The error message have nothing to do with a modified init script.

@schuettecarsten schuettecarsten changed the title irqbalance Update init script to remove duplicate spaces irqbalance: Update init script to remove duplicate spaces Feb 28, 2024
@BKPepe
Copy link
Member

BKPepe commented Feb 29, 2024

Missing PKG_RELEASE bump in the Makefile.

@1715173329
Copy link
Member

Please format your commits, thanks!
FYI: https://openwrt.org/submitting-patches

@schuettecarsten
Copy link
Contributor Author

Please format your commits, thanks! FYI: https://openwrt.org/submitting-patches

Done.

Copy link
Member

@1715173329 1715173329 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also please wrap a new line for every 70 chars in your commit message.

utils/irqbalance/files/irqbalance.init Show resolved Hide resolved
@1715173329
Copy link
Member

cc @hnyman for review

@schuettecarsten
Copy link
Contributor Author

schuettecarsten commented Mar 6, 2024

@1715173329 - updated commit message and make use of procd_append_param for parameters, also added check for default values. There might be more options to optimize this...

Please note that I've added a new debug configuration parameter, the patch for luci will follow after this PR was merged.

I have some strange issues with irqbalance sometimes overwritin
smp_affinity values for banned/ignored IRQs. The issue is reproduceable
and is mitigated when I change theway how the irqbalance command line is
built. The only difference between the resulting command is that there
is only one space between the -t parameter and the first -i parameter
value.

Also see Irqbalance/irqbalance#297

Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
Copy link
Member

@1715173329 1715173329 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks

@hnyman hnyman merged commit 41e5b97 into openwrt:master Mar 7, 2024
7 of 12 checks passed
@schuettecarsten schuettecarsten deleted the patch-1 branch March 7, 2024 15:17
@schuettecarsten
Copy link
Contributor Author

Thank you for merging, the luci patch is available at openwrt/luci#6971

@hnyman
Copy link
Contributor

hnyman commented Mar 7, 2024

Merged ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants