From: Ido Shamai Date: Sun, 19 Dec 2010 16:16:52 +0000 (+0200) Subject: Update PERF_TEST_README.txt X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=42ddfa17a8ecc0fe523c3563d0eda21344a931d6;p=~ardavis%2Fofed_docs%2F.git Update PERF_TEST_README.txt Signed-off-by: Ido Shamai Mtu size (default: 1024). -d, --ib-dev= Use IB device (default: first device found). -i, --ib-port= Use port of IB device (default: 1). + -o, --out= Number of outstanding reads. only in READ. + -q, --qp= Number of Qps to perform. only in write_bw. + -c, --connection= Connection type : RC,UC,UD according to spec. + -g, --mcg= Number of Qps in MultiCast group. in SEND only + -M, --MGID= as the group MGID in format '255:1:X:X:X:X:X:X:X:X:X:X:X:X:X:X'. -s, --size= Size of message to exchange (default: 1). -a, --all Run sizes from 2 till 2^23. -t, --tx-depth= Size of tx queue (default: 50). @@ -135,9 +143,4 @@ Common Options to all tests: *** IMPORTANT NOTE: You need to be running a Subnet Manager on the switch or on one of the nodes in your fabric. -Example: -Run "ib_rdma_lat -C" on the server side. -Then run "ib_rdma_lat -C " on the client. - -ib_rdma_lat will exit on both server and client after printing results.