We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to #59 , it is supported. It's not very clear how to use it. Is it possible to add an example?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
@beef9999 @Coldwings More examples on this is indeed a good advice.
Coldwings
No branches or pull requests
According to #59 , it is supported. It's not very clear how to use it. Is it possible to add an example?
The text was updated successfully, but these errors were encountered: