+1
−0
+1
−1
+1
−1
+197
−7
test/accel/mlx5/accel_mlx5_copy.sh
0 → 100755
+61
−0
Loading
Since number of iovs per 1 RDMA operation is limited by 16, we have to caculate the number of operations which must be completed. In the worst case we have to iterate both src and dst iovs to find this number. Added a test with malloc bdev to check the new copy operation. Signed-off-by:Alexey Marchuk <alexeymar@nvidia.com> Change-Id: I8bc75813f94d8fdff2e0af5cf5b8c254d8042af9 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23135 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Ben Walker <ben@nvidia.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com>