X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=optgroup.c;fp=optgroup.c;h=15a16229ef9a5d02524cb478a74ba080ecc911e0;hb=1487c122c651191b34d8f0b2ac1c6ee5cd343874;hp=4cdea71f6eac4cad2b4d65ac10ace130ed0e760b;hpb=dede9b9fae3ab670c1ca864ac66aea5e997e1f34;p=fio.git diff --git a/optgroup.c b/optgroup.c index 4cdea71f..15a16229 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,