X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=5252477b6e0756888d6cc3bd42b8dcdc5b492e4b;hb=82a4be1bcef4228233e61b0b034ad6eb78a7558c;hp=74c24d02d5d4bc200da3cf671c64d363d02e92a4;hpb=6925dd356191bc40e8a1ebc8fd92a40b476658c3;p=fio.git diff --git a/options.c b/options.c index 74c24d02..5252477b 100644 --- a/options.c +++ b/options.c @@ -1966,6 +1966,13 @@ static struct fio_option options[FIO_MAX_OPTS] = { .off1 = td_var_offset(refill_buffers), .help = "Refill IO buffers on every IO submit", }, + { + .name = "scramble_buffers", + .type = FIO_OPT_BOOL, + .off1 = td_var_offset(scramble_buffers), + .help = "Slightly scramble buffers on every IO submit", + .def = "1", + }, { .name = "clat_percentiles", .type = FIO_OPT_BOOL,