Loading
bdev: add test case for splitting iovs that exceeds child_iov
Test multi vector command that needs to be split by strip and then needs to be split further due to the capacity of child iovs. Add a case that was not tested before. In this case, the length of the rest of iovec array with an I/O boundary is the multiple of block size. Expect the rest of iovec array to be submitted in the completion of previous iovec array. Change-Id: I5b95b1f1884a73b31709b2fd9187a8a9e9b2cd0b Signed-off-by:lorneli <lorneli@163.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/452414 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Ziye Yang <ziye.yang@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Darek Stojaczyk <dariusz.stojaczyk@intel.com>