> ib_read_lat displays RTT latency, while the other lat programs display > RTT/2. Is this intended? Or is read_lat.c/print_report() missing a > divide-by-two?
The tests should measure how long it takes the data to reach the destination. For writes/sends, that would be RTT/2. For reads, the destination is local, so you should want RTT. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
