-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fixed topology with offline CPUs on x86 #2579
Conversation
There are still issues on ARM:
(this is Ampere eMAG 8180, on Raspberry Pi 4 it seems to be even worse). |
@BenTheElder, x86_64 part should work and can be tested. |
testing shortly 👀 |
I see:
|
|
Sounds legit, making 0 CPU offline might not be a very good idea. |
It sounds like on some systems also looks like it may be amd64 only https://www.kernel.org/doc/html/latest/core-api/cpu_hotplug.html |
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
… test Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@critical.today>
cf2fbbc
to
29a53c9
Compare
@BenTheElder check it on your side, please! |
I see |
seems like it is marked as a draft? edit: I don't think thats it. Let me retrigger |
/retest |
Anyway - draft status removed, it's ready for review now. |
I see expected counts on my (SMT disabled) system again: |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
thank you! working on an update PR for kubernetes |
It hopefully and ultimately fixes #2566. Works on x86_64. More checks pending.
CC: @BenTheElder