-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
acpi: add support for SRAT #241
base: main
Are you sure you want to change the base?
Conversation
5c8a0e7
to
fb87df1
Compare
I've tested this patch against our project and it seems OK. Now ready for review. |
@azongchang I noticed you reviewed this PR while it was still draft. So maybe you are interested in the change? It would be great if you could test it against your need or review it again since it's now marked ready. Thank you. |
fb87df1
to
c433815
Compare
c433815
to
5264dd3
Compare
@jellllly420 Thanks for reaching out! I did review the PR earlier because I currently focused on preparing NUMA architecture for a Rust OS. However, I’m still in the early stages of that work, so I won’t be able to test this change comprehensively or provide a detailed review in the near future. |
Friendly ping @IsaacWoods. |
This PR adds support for System Resource Affinity Table (SRAT) and may fix #46.
I have not tested this patch for correctness so I'll mark it as draft for now.I wrote this patch because we want to acquire the affinity (or topology) information of hardwares to support NUMA platform in our project. Another follow-up PR for System Locality Information Table (SLIT) is on its way.