You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks RDMA is rather supported by ntirpc, but the interface for RDMA client seems incomplete or lack of documenentation.
Specifically, clnt_rdma_ncreate() is the interface for create a CLIENT for RDMA, while,
where is the declaration of this interface?
The first parameter is RDMAXPRT *. How to create one for RDMA client? svc_rdma_create() is also used?
Could anyone confirm the status of RDMA support in ntirpc and provide help for above questions? Thanks a lot .
The text was updated successfully, but these errors were encountered:
It looks RDMA is rather supported by ntirpc, but the interface for RDMA client seems incomplete or lack of documenentation.
Specifically, clnt_rdma_ncreate() is the interface for create a CLIENT for RDMA, while,
Could anyone confirm the status of RDMA support in ntirpc and provide help for above questions? Thanks a lot .
The text was updated successfully, but these errors were encountered: