]> git.openfabrics.org - ~shefty/librdmacm.git/commit
riostream: Only verify last data transfer
authorSean Hefty <sean.hefty@intel.com>
Wed, 16 Jul 2014 20:44:56 +0000 (13:44 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 16 Jul 2014 20:44:56 +0000 (13:44 -0700)
commit8f53f2a5d3cb5d6c30fe5695b48268ea1bbe2ff0
tree94b67818a44165b03d952a40973ec1c506d818a8
parentc4f8e22a6d078fa914cd4102d65fa854587e1248
riostream: Only verify last data transfer

Data verification will fail when running the bandwidth
tests or the transfer count is > 1.  The issue is that
subsequent writes by the initiator side will overwrite
the data in the target buffer before the receiver can
verify that it is correct.

To fix this, only verify that the data in the buffer
is correct after the last transfer has completed.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
examples/riostream.c