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

Rdma device driver support #1032

Open
xubo3006 opened this issue Sep 3, 2023 · 0 comments
Open

Rdma device driver support #1032

xubo3006 opened this issue Sep 3, 2023 · 0 comments
Labels
• drivers Related to the example drivers in `drivers/`. • lib Related to the `rust/` library.

Comments

@xubo3006
Copy link

xubo3006 commented Sep 3, 2023

I try to add rdma device driver support,like infiniband mlx4 or Soft-RoCE.
It's hard to handle the large number of pointer related operations generated by complex device drivers.
Another issue is that static inline functions are not yet supported as show in #353 , and netdev have many inline functions.
At present, there is no implementation precedent learning related to complex drivers, and I can only try to write basic interfaces.

@xubo3006 xubo3006 closed this as completed Sep 3, 2023
@xubo3006 xubo3006 reopened this Sep 3, 2023
@ojeda ojeda added • drivers Related to the example drivers in `drivers/`. • lib Related to the `rust/` library. labels Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
• drivers Related to the example drivers in `drivers/`. • lib Related to the `rust/` library.
Development

No branches or pull requests

2 participants