X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=3b04ffae8c129a6828add9cd75a28a22f451b96c;hb=30b5d57f63c75ca60aca97ff2aa6f652ac775c30;hp=772771e6aee05e3cece578654d50a83c27ceedb2;hpb=93bb626a837f09fbdefe532bfe3d97d866fc1726;p=fio.git diff --git a/options.c b/options.c index 772771e6..3b04ffae 100644 --- a/options.c +++ b/options.c @@ -2340,7 +2340,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .lname = "Lock memory", .type = FIO_OPT_STR_VAL, .off1 = td_var_offset(lockmem), - .help = "Lock down this amount of memory", + .help = "Lock down this amount of memory (per worker)", .def = "0", .interval = 1024 * 1024, .category = FIO_OPT_C_GENERAL, @@ -2617,12 +2617,16 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .type = FIO_OPT_STR, .cb = str_numa_cpunodes_cb, .help = "NUMA CPU nodes bind", + .category = FIO_OPT_C_GENERAL, + .group = FIO_OPT_G_INVALID, }, { .name = "numa_mem_policy", .type = FIO_OPT_STR, .cb = str_numa_mpol_cb, .help = "NUMA memory policy setup", + .category = FIO_OPT_C_GENERAL, + .group = FIO_OPT_G_INVALID, }, #endif { @@ -2762,7 +2766,6 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .type = FIO_OPT_BOOL, .off1 = td_var_offset(group_reporting), .help = "Do reporting on a per-group basis", - .def = "1", .category = FIO_OPT_C_STAT, .group = FIO_OPT_G_INVALID, },