Local RDMA for development

I am trying to create and run RDMA examples here . But since I'm just learning, I donโ€™t have the equipment that can control RDMA. I get such errors when I try to run sample code.

librdmacm: couldn't read ABI version. librdmacm: assuming: 4 CMA: unable to get RDMA device list error: ec = rdma_create_event_channel() failed (returned zero/null). 

Is there any โ€œlocalโ€ implementation of RDMA functionality that I can use for development? I understand that โ€œRโ€ in RDMA means โ€œremoteโ€, but I thought it might exist for testing / development purposes.

For reference, I'm trying to do this in an Ubuntu 14.04 box by installing the libibverbs-dev and librdmacm-dev packages to get the code to compile.

+8
c infiniband rdma
source share
1 answer
+2
source share

All Articles