linuxbox2 / ntirpc

New development on tirpc
Other
24 stars 96 forks source link

incomplete or lack of information about interface for RDMA client #24

Open sunzen opened 3 years ago

sunzen commented 3 years ago

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, 1) where is the declaration of this interface?
2) 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 .