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

node: cpumanager: add options to reject non SMT-aligned workload #2626

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
bfa538b
WIP: node: add cpumanager policies with grained thread allocation
ffromani Apr 14, 2021
af676e1
Capture implementation details of enabling smtaware CPU Manager policy
swatisehgal Apr 19, 2021
dd2f88d
Merge pull request #1 from swatisehgal/add-smtaware-impl-details
ffromani Apr 19, 2021
1c26db7
KEP: clarify admission vs accounting, add impl notes
ffromani Apr 19, 2021
dad1428
Minor formatting/typo fixes and disambiguate explanation of smtaware …
swatisehgal Apr 20, 2021
730c7dd
Merge pull request #2 from swatisehgal/minor-fixes
ffromani Apr 20, 2021
57ece95
fix TOC
ffromani Apr 20, 2021
eb1fc6b
updates after sig-node meeting 20210420
ffromani Apr 21, 2021
601e950
Ensure Implementation stategy captured in the KEP matches latest impl…
swatisehgal Apr 23, 2021
b4a0a36
Merge pull request #3 from swatisehgal/update-imple-details
ffromani Apr 23, 2021
ae20bb1
fix example allocation table
ffromani Apr 23, 2021
c945636
Update implementation details in the KEP
swatisehgal May 4, 2021
b13d315
metadata: update missing metadata
ffromani May 4, 2021
fa154a7
add feature gate and clarify the related behaviour
ffromani May 6, 2021
7982c8d
PRR: fix rollback metrics detection
ffromani May 9, 2021
bd3a401
doc: renamed option for clarity, address comments
ffromani May 10, 2021
0fd8392
address comments from enhancement shadow
ffromani May 10, 2021
36d04a5
fix title
ffromani May 10, 2021
7dd48d6
Address review comments
ffromani May 11, 2021
0ac5a81
README: postpone `configurable` alias addition
ffromani May 13, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-node/2625.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 2625
alpha:
approver: "@johnbelamaric"
Loading