X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=optgroup.c;h=bebb4a5133a8615fa341c83d0dddcc80c38ba1b4;hb=1ae82d673cf5e704b93da56655f6189f43a1592e;hp=c228ff292c542055459e34d89e06c58731af3e7b;hpb=d643a1e29d31bf974a613866819dde241c928b6d;p=fio.git diff --git a/optgroup.c b/optgroup.c index c228ff29..bebb4a51 100644 --- a/optgroup.c +++ b/optgroup.c @@ -141,6 +141,10 @@ static const struct opt_group fio_opt_cat_groups[] = { .name = "RDMA I/O engine", /* rdma */ .mask = FIO_OPT_G_RDMA, }, + { + .name = "librpma I/O engines", /* librpma_apm && librpma_gpspm */ + .mask = FIO_OPT_G_LIBRPMA, + }, { .name = "libaio I/O engine", /* libaio */ .mask = FIO_OPT_G_LIBAIO, @@ -173,6 +177,18 @@ static const struct opt_group fio_opt_cat_groups[] = { .name = "NBD I/O engine", /* NBD */ .mask = FIO_OPT_G_NBD, }, + { + .name = "libcufile I/O engine", /* libcufile */ + .mask = FIO_OPT_G_LIBCUFILE, + }, + { + .name = "DAOS File System (dfs) I/O engine", /* dfs */ + .mask = FIO_OPT_G_DFS, + }, + { + .name = "NFS I/O engine", /* nfs */ + .mask = FIO_OPT_G_NFS, + }, { .name = NULL, },