ofiwg / libfabric

Open Fabric Interfaces

Home Page:http://libfabric.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prov/verbs: fi_pingpong does not work over 2nd interface with -61 error

chien-intel opened this issue · comments

In a multi-RDMA-adapter setup, fi_pingpong returns -61 when client is using the 2nd interface.

To reproduce:

  • server
    fi_pingpong -d mlx5_2 -p "verbs" -e rdm

  • client
    fi_pingpong -d mlx5_2 -p "verbs" -e rdm

Expected behavior
Test pass with correct output.

Output
fi_getinfo(): util/pingpong.c:1489, ret=-61 (No data available)

Resolved with PR 9971