PhotonLibOS icon indicating copy to clipboard operation
PhotonLibOS copied to clipboard

Example for RDMA

Open kosav7r opened this issue 1 year ago • 2 comments

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

kosav7r avatar Apr 16 '24 07:04 kosav7r

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 avatar Apr 17 '24 04:04 lihuiba

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

lihuiba avatar Apr 17 '24 04:04 lihuiba