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

Ib id full virtualization #634

Closed
wants to merge 36 commits into from

Conversation

jiajuncao
Copy link
Contributor

@jiajuncao jiajuncao commented Sep 28, 2017

New design for IB plugin. This PR is for the 2.x branch. PR #664 is a port of this PR for the 3.0/master branch.

Use eager virtualization for IDs, i.e., IDs are virtualized at the time they are created. Also, unique virtual IDs are generated based on the virtual PID. Therefore, no virtual ID conflict would happen anymore, even if the application caches certain IDs before checkpoint, and registers new ones after restart.

To be called at the exit event to do certain cleanup work, such as
deallocating memory, resetting the list objects, etc.
@jiajuncao jiajuncao added this to the 2.5.2 milestone Sep 28, 2017
@jiajuncao jiajuncao modified the milestones: 2.5.2, 2.6.0 Oct 6, 2017
@jiajuncao jiajuncao added 2.6.0 and removed 2.5.2 labels Oct 6, 2017
@gc00
Copy link
Contributor

gc00 commented Aug 7, 2019

This PR has now been pushed into the 2.6 branch. So, we can close the request to push into the 2.5 branch.

@gc00 gc00 closed this Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants