+24
−10
Loading
For FIO_IOOPS_VERSION >= 35 the fdp backend of fio has removed the limitation of 128 ruhs descriptors. This way users can specifiy upto 128 placement ID indicies in the range of 0 <= index < max ruhs descriptor reported by the device. The is done by allowing FIO to fetch ruhs in two steps. As fio is unaware of the number of reorted ruhs descriptors, the first call from fio to the ioengine hook fdp_fetch_ruhs is to figure that out. The second call from fio is to get all the actual ruhs descriptors. Change-Id: I1026315e14c539f397e9c3d4a3bc6addf53b04c1 Signed-off-by:Ankit Kumar <ankit.kumar@samsung.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24238 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>