-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(cm): an usable RDMA CM interface with cmtime as example #39
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dragonJACson
force-pushed
the
dev/cm
branch
7 times, most recently
from
October 20, 2024 13:01
f02aab2
to
e566350
Compare
Codecov ReportAttention: Patch coverage is
|
dragonJACson
force-pushed
the
dev/cm
branch
6 times, most recently
from
October 25, 2024 15:16
74c0903
to
145481f
Compare
dragonJACson
commented
Oct 25, 2024
dragonJACson
changed the title
WIP: an usable RDMA CM interface with cmtime as example
feat(cm): an usable RDMA CM interface with cmtime as example
Oct 26, 2024
dragonJACson
force-pushed
the
dev/cm
branch
3 times, most recently
from
October 26, 2024 14:13
8c37206
to
546a163
Compare
dragonJACson
force-pushed
the
dev/cm
branch
2 times, most recently
from
October 26, 2024 14:43
02dc516
to
fa36073
Compare
dragonJACson
commented
Nov 3, 2024
dragonJACson
commented
Nov 3, 2024
src/cm/communication_manager.rs
Outdated
if !context_ptr.is_null() { | ||
// Whenever we consumed the raw pointer of [`Weak`], we should create a new one | ||
// and store in in context for next time of calling. | ||
let cm = Weak::from_raw(context_ptr).upgrade().unwrap(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using loom
here for testing upgrade failure
dragonJACson
force-pushed
the
dev/cm
branch
2 times, most recently
from
November 4, 2024 16:07
d768081
to
b19c5d2
Compare
dragonJACson
force-pushed
the
dev/cm
branch
7 times, most recently
from
November 14, 2024 15:11
cdf6cd8
to
2c510a7
Compare
dragonJACson
force-pushed
the
dev/cm
branch
5 times, most recently
from
November 24, 2024 13:45
5082afe
to
3589988
Compare
FujiZ
reviewed
Nov 24, 2024
dragonJACson
force-pushed
the
dev/cm
branch
4 times, most recently
from
December 1, 2024 15:07
4608e61
to
6c60451
Compare
Signed-off-by: Luke Yue <[email protected]>
Signed-off-by: Luke Yue <[email protected]>
dragonJACson
force-pushed
the
dev/cm
branch
5 times, most recently
from
December 3, 2024 15:04
82b8656
to
fc21d42
Compare
FujiZ
reviewed
Dec 10, 2024
Signed-off-by: Luke Yue <[email protected]>
FujiZ
approved these changes
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.