+13
−71
+143
−27
Loading
As mentioned in the last patch in the patch series, spdk_dif_verify_copy() required each iovec of bounce buffer to be multiple of block size length. This was too strong. The last patch removed the limitation for spdk_dif_generate_copy(). This patch removes the limitation for spdk_dif_verify_copy(). Add unit test cases for verification. Signed-off-by:Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: Ib32e9f4b3ca27e4ed7d9c95626aec562b9384198 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23683 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com>