Loading
nvme/fio_plugin: add fdp support to fio plugin
This adds support for FDP device described by TP4146. spdk_fio_fdp_fetch_ruhs() fetches the reclaim unit handle descriptors, used by fio for placement identifiers. This function also informs fio whether device has fdp capability or not. spdk_fio_queue() has been modified to submit write with extended IO arguments. This can only work if sgl is enabled. Note, a guard FIO_HAS_FDP checks for the required io-engine ops version. Change-Id: I91d0d02d3147357a66a831ef9fb82e6b7250be3d Signed-off-by:Ankit Kumar <ankit.kumar@samsung.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17605 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>