I start urdmad and run one of the perftest demo. After I start a client by executing ./ib_send_bw -R -d urdma_0 [server_name], CORE DUMP happens. I use strace to find out what's wrong, and I think there's something wrong with ibacm.port because of the part of strace output listed below:
So may be it is because the ./ib_send_bw cannot find /usr/local/var/run/ibacm.port that the ./ib_send_bw finally goes wrong. Seems that it is the problem of installing rdma-core, but how can I fix that?
Note that I install urdma on ubuntu18.04 and the kernel version is 4.9.185. Versions of other software (like dpdk, rdma-core) are also correct.
I start
urdmad
and run one of the perftest demo. After I start a client by executing./ib_send_bw -R -d urdma_0 [server_name]
, CORE DUMP happens. I usestrace
to find out what's wrong, and I think there's something wrong with ibacm.port because of the part ofstrace
output listed below:So may be it is because the ./ib_send_bw cannot find
/usr/local/var/run/ibacm.port
that the./ib_send_bw
finally goes wrong. Seems that it is the problem of installing rdma-core, but how can I fix that?Note that I install urdma on ubuntu18.04 and the kernel version is 4.9.185. Versions of other software (like dpdk, rdma-core) are also correct.