>From our debug session I wrote a summary for reproduction
# On Both Systems
apt-get install perftest libibverb* libmlx* dapl* libmth*
* configure RoCE network cards to have IPs
* restart
ulimit -l 32000
modprobe mlx4_ibv
modprobe ib_mthca
modprobe ib_mad
modprobe ib_core
./xpci.sh
# prove that something works over these cards
#SERVER
dapltest -T S -D ofa-v2-scm-roe-mlx4_0-1
#CLIENT
dapltest -T P -D ofa-v2-scm-roe-mlx4_0-1 -s 10.100.80.2 -i 100 RW 4096 2
# start one of the broken ib_* perftest
#SERVER
ib_read_bw -d mlx4_0
# CLIENT
ib_read_bw 10.100.80.2 -d mlx4_1-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1553185 Title: PCI RoCe IB perftest Aborted (core dumped) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/perftest/+bug/1553185/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
