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

How to allocate chip memory on new RDMA driver #21

Closed
baotonglu opened this issue Jul 23, 2023 · 2 comments
Closed

How to allocate chip memory on new RDMA driver #21

baotonglu opened this issue Jul 23, 2023 · 2 comments

Comments

@baotonglu
Copy link

My RDMA driver is the newest instead of the one used in this project MLNX_OFED_LINUX-4.7-3.2.9.0. Although I resolve most interface incompatibility, I cannot figure out how to allocate memory on the chip. Below is the error reported, can you take a look at how to fix it?
Screenshot 2023-07-23 at 11 29 07 PM

@Transpeptidase
Copy link
Collaborator

Hi, you can try the following interfaces:
https://man7.org/linux/man-pages/man3/ibv_alloc_dm.3.html

@baotonglu
Copy link
Author

Thanks for your prompt reply, I fixed them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants