fio: add additional support for dev-dax ioengine
[fio.git] / options.c
index 4c4f52c001c03b89df76ee5547d391a316df2c1e..7638afc0f8ed94b87f26ea835c2e59bce44936db 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1769,6 +1769,11 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .help = "NVML libpmemblk based IO engine",
                          },
 
+#endif
+#ifdef CONFIG_LINUX_DEVDAX
+                         { .ival = "dev-dax",
+                           .help = "DAX Device based IO engine",
+                         },
 #endif
                          { .ival = "external",
                            .help = "Load external engine (append name)",