X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=optgroup.c;h=bebb4a5133a8615fa341c83d0dddcc80c38ba1b4;hp=4cdea71f6eac4cad2b4d65ac10ace130ed0e760b;hb=6f1a24593c227a4f392f454698aca20e95f0006c;hpb=43c5ff6231a731e4346402bb4ace8d18ca418247 diff --git a/optgroup.c b/optgroup.c index 4cdea71f..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, @@ -181,6 +185,10 @@ static const struct opt_group fio_opt_cat_groups[] = { .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, },