engines/xnvme: user space vfio based backend
[fio.git] / engines / xnvme.c
index dcc54998b05b062c532b6d0e6cfe101b14bc15ea..ee6b67c1223075a9001ca1209da0e5b420758345 100644 (file)
@@ -113,7 +113,8 @@ static struct fio_option options[] = {
                .lname = "xNVMe Asynchronous command-interface",
                .type = FIO_OPT_STR_STORE,
                .off1 = offsetof(struct xnvme_fioe_options, xnvme_async),
-               .help = "Select xNVMe async. interface: [emu,thrpool,io_uring,libaio,posix,nil]",
+               .help = "Select xNVMe async. interface: "
+                       "[emu,thrpool,io_uring,io_uring_cmd,libaio,posix,vfio,nil]",
                .category = FIO_OPT_C_ENGINE,
                .group = FIO_OPT_G_XNVME,
        },
@@ -122,7 +123,7 @@ static struct fio_option options[] = {
                .lname = "xNVMe Synchronous. command-interface",
                .type = FIO_OPT_STR_STORE,
                .off1 = offsetof(struct xnvme_fioe_options, xnvme_sync),
-               .help = "Select xNVMe sync. interface: [nvme,psync]",
+               .help = "Select xNVMe sync. interface: [nvme,psync,block]",
                .category = FIO_OPT_C_ENGINE,
                .group = FIO_OPT_G_XNVME,
        },
@@ -131,7 +132,7 @@ static struct fio_option options[] = {
                .lname = "xNVMe Admin command-interface",
                .type = FIO_OPT_STR_STORE,
                .off1 = offsetof(struct xnvme_fioe_options, xnvme_admin),
-               .help = "Select xNVMe admin. cmd-interface: [nvme,block,file_as_ns]",
+               .help = "Select xNVMe admin. cmd-interface: [nvme,block]",
                .category = FIO_OPT_C_ENGINE,
                .group = FIO_OPT_G_XNVME,
        },