SoftRoCE / rxe-dev

Development Repository for RXE
Other
128 stars 55 forks source link

rdma_server fails with rdma_getaddrinfo: No such device #65

Closed beeva-mariorodriguez closed 7 years ago

beeva-mariorodriguez commented 7 years ago

Hello,

I have installed and configured rxe-dev (rxe_submission_v18) and librxe-dev (librxe-1.0.0) but can't start rdma server:

# rdma_server 
rdma_server: start
libibverbs: Warning: no userspace device-specific driver found for /sys/class/infiniband_verbs/uverbs0
rdma_getaddrinfo: No such device
rdma_server: end -1

rxe drivers are loaded:

# lsmod |grep rxe
rdma_rxe              102400  0
ip6_udp_tunnel         16384  1 rdma_rxe
udp_tunnel             16384  1 rdma_rxe
ib_core               208896  14 iw_cxgb3,iw_cxgb4,rdma_cm,ib_cm,iw_cm,mlx4_ib,ib_ucm,iw_nes,ib_iser,ib_umad,ib_uverbs,rdma_rxe,rdma_ucm,ib_ipoib

rxe_cfg started:

# rxe_cfg status
Use of uninitialized value $rmtu in string at /usr/bin/rxe_cfg line 371.
  Name  Link  Driver  Speed  NMTU  IPv4_addr     RDEV  RMTU  
  eth0  yes   vif            9001  172.30.0.204  rxe0        

OS: ubuntu 16.04 LTS

any idea?

thanks!

beeva-mariorodriguez commented 7 years ago

ok,

just did:

mv /usr/local/etc/libibverbs.d /etc/

fixed, thanks!