Add support for extracting NUMA information from SRAT and SLIT #264
+391
−2
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.
This PR is an updated version of #241 and #243 to add types for the SRAT and SLIT tables that describe information about a system's NUMA topology. It also adds higher level types in
platformthat allocate for access to this information without the underlying tables. The API proposed is slightly different to the one in those PRs to more closely reflect the new architecture of the library.This supports the GIC entries at the raw level but does not handle them in the higher-level code. I'm very open to a PR adding better abstraction for these types in the future.
Closes #241
Closes #243
Closes #109
Closes #46
cc @jellllly420 @vvvvsv - any comments on API surface or code review is very welcome :)