lxzhong

Results 3 comments of lxzhong

Thanks for your correction! I will explain based on your point. 1. I know I should send rKey, but this code was rewritten based on src/test/java/com/ibm/disni/benchmarks/ReadServer.java, which write `sendBuf.putInt(dataMr.getLkey())` in...

Oh, that's exactly what I missed, the main problem! The length. `sgeSend.setLength()` is set to a fixed buffer length in `init()`. Thanks a lot! :)

> I recommend running more than just 1000 loops. 38ms total runtime is probably not enough to get stable/good performance. You have to keep in mind that in Java it...