Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-6709 rsvc: xfer only attr size and fix tests (#4745)
This is a new way to fix extra data leak problem if destination buffer is larger than real attr size. To allow for only requested or attr exact size to be sent and avoid packing by Mercury, each segment has to be sent as a single bulk transfer instead as all being part of the same bulk transfer and have Mercury do own management. This allows to conform with original behaviour, so no associated tests need to be modified anymore. Signed-off-by: Bruno Faccini <bruno.faccini@intel.com>
- Loading branch information