PhotonLibOS
PhotonLibOS copied to clipboard
Example for RDMA
According to #59 , it is supported. It's not very clear how to use it. Is it possible to add an example?
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
@beef9999 @Coldwings More examples on this is indeed a good advice.