-
Notifications
You must be signed in to change notification settings - Fork 108
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
Refactor and enhance QRM plugins support for reclaim_cores with numa_binding #741
Merged
xu282934741
merged 18 commits into
kubewharf:main
from
luomingmeng:dev/support-reclaimed-cores-numa-binding
Dec 17, 2024
Merged
Refactor and enhance QRM plugins support for reclaim_cores with numa_binding #741
xu282934741
merged 18 commits into
kubewharf:main
from
luomingmeng:dev/support-reclaimed-cores-numa-binding
Dec 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
luomingmeng
requested review from
gary-lgy,
xu282934741 and
waynepeking348
as code owners
December 12, 2024 08:28
luomingmeng
changed the title
support reclaimed cores numa binding
qrm plugins support reclaimed cores numa binding
Dec 12, 2024
luomingmeng
changed the title
qrm plugins support reclaimed cores numa binding
Refactor and enhance QRM plugins support for reclaim_cores with numa_binding
Dec 12, 2024
luomingmeng
force-pushed
the
dev/support-reclaimed-cores-numa-binding
branch
from
December 12, 2024 09:09
601e19a
to
5e7754d
Compare
luomingmeng
force-pushed
the
dev/support-reclaimed-cores-numa-binding
branch
2 times, most recently
from
December 12, 2024 12:30
69f9e86
to
bcd905c
Compare
xu282934741
reviewed
Dec 16, 2024
xu282934741
reviewed
Dec 16, 2024
xu282934741
reviewed
Dec 16, 2024
xu282934741
reviewed
Dec 16, 2024
xu282934741
reviewed
Dec 16, 2024
xu282934741
reviewed
Dec 16, 2024
…lly bound to specific NUMA nodes
luomingmeng
force-pushed
the
dev/support-reclaimed-cores-numa-binding
branch
from
December 16, 2024 12:30
bcd905c
to
1f1df86
Compare
…memory plugin for reclaim pods that are actually bound to specific NUMA nodes
…th to k8s cgroup path
… both applyBlocks and applyPoolsAndIsolatedInfo, align the core num reserved for reclaim to numa total count
…t NUMA binding annotation
…laim pods to non-RNB by default
luomingmeng
force-pushed
the
dev/support-reclaimed-cores-numa-binding
branch
3 times, most recently
from
December 16, 2024 13:51
1477bcb
to
22235f1
Compare
…USetMems and move page in adjustAllocationEntriesForReclaimedCores instead
…y availability over CPU.
luomingmeng
force-pushed
the
dev/support-reclaimed-cores-numa-binding
branch
from
December 16, 2024 13:51
22235f1
to
f034ca0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Enhancements
What this PR does / why we need it:
This MR introduces the following main changes to support reclaim_cores with numa_binding:
Which issue(s) this PR fixes:
Special notes for your reviewer: