linux-rdma / qperf

GNU General Public License v2.0
84 stars 36 forks source link

qperf XRC tests output "bad test" #2

Open bsmith94 opened 6 years ago

bsmith94 commented 6 years ago

qperf --help tests documents XRC tests, but reports "bad test" when those tests are chosen for execution.

# qperf --help tests| grep xrc
    xrc_bi_bw               XRC streaming two way bandwidth
    xrc_bw                  XRC streaming one way bandwidth
    xrc_lat                 XRC one way latency
# qperf host1 xrc_bw
xrc_bw: bad test; try: qperf --help tests
# qperf host1 xrc_lat
xrc_lat: bad test; try: qperf --help tests
# qperf host1 xrc_bw_bw
xrc_bw_bw: bad test; try: qperf --help tests
bsmith94 commented 6 years ago

This is partly because of the XRC problems documented in issue #3. The man page indicates that XRC tests may not be available, but the help message leaves this as a mystery for the user.