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

Increase space for storing DID numbers #73

Open
mpernambuco opened this issue Jun 5, 2023 · 0 comments
Open

Increase space for storing DID numbers #73

mpernambuco opened this issue Jun 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mpernambuco
Copy link
Contributor

Context

DID numbers are limited resources as they are stored within 4 bits of pma_entry.start.
We are close to run out of space for storing new DIDs.
The last available DID number will be soon taken by the new shadow uarch range.
We want to make room for new DID numbers.

Possible solutions

Utilize the unused 12 least significant bits of pma_entry.length to store DID numbers.
Move the DID number from pma_entry.start to 5 or more bits of pma_entry.length.

@edubart edubart added the enhancement New feature or request label Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants