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

Example for RDMA #456

Open
kosav7r opened this issue Apr 16, 2024 · 2 comments
Open

Example for RDMA #456

kosav7r opened this issue Apr 16, 2024 · 2 comments
Assignees

Comments

@kosav7r
Copy link

kosav7r commented Apr 16, 2024

According to #59 , it is supported. It's not very clear how to use it. Is it possible to add an example?

@lihuiba
Copy link
Collaborator

lihuiba commented Apr 17, 2024

Simply use following client and server for socket:

    extern "C" ISocketClient* new_smc_socket_client();
    extern "C" ISocketServer* new_smc_socket_server();

These will use kernel-supported RDMA transport, namely SMC-R.

https://www.ibm.com/docs/en/linux-on-z?topic=sps-setup

@lihuiba
Copy link
Collaborator

lihuiba commented Apr 17, 2024

@beef9999 @Coldwings More examples on this is indeed a good advice.

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

3 participants