-
Notifications
You must be signed in to change notification settings - Fork 183
RUST: Index/IndexMut and get/get_mut for RegDescList and XferDescList #1003
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
base: main
Are you sure you want to change the base?
RUST: Index/IndexMut and get/get_mut for RegDescList and XferDescList #1003
Conversation
Signed-off-by: Evgeny Leksikov <[email protected]>
Signed-off-by: Evgeny Leksikov <[email protected]>
|
👋 Hi evgeny-leksikov! Thank you for contributing to ai-dynamo/nixl. Your PR reviewers will review your contribution then trigger the CI to test your changes. 🚀 |
|
/build |
|
/build |
| { | ||
| let desc = reg_list.get_mut(0).unwrap(); | ||
| desc.addr = 0x5000; | ||
| desc.len = 0x500; | ||
| } |
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.
Maybe we can validate that the dirty bit was set?
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.
The dirty bit is private. I added testing of sync manager here: #1006
|
/build |
What?
Why?
In continue of #828