Skip to content

Conversation

@evgeny-leksikov
Copy link
Contributor

What?

  1. New APIs for RegDescList and XferDescList:
    • Index traits
    • get/get_mut for save access
    • tests
  2. Refactoring of tests includes:

Why?

In continue of #828

@github-actions
Copy link

github-actions bot commented Nov 6, 2025

👋 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.

🚀

@evgeny-leksikov
Copy link
Contributor Author

/build

@evgeny-leksikov evgeny-leksikov marked this pull request as ready for review November 6, 2025 15:16
@evgeny-leksikov
Copy link
Contributor Author

/build

Comment on lines +1836 to +1840
{
let desc = reg_list.get_mut(0).unwrap();
desc.addr = 0x5000;
desc.len = 0x500;
}
Copy link
Contributor

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?

Copy link
Contributor Author

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

@evgeny-leksikov
Copy link
Contributor Author

/build

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