Add option for refilling IO buffers on each submit
[fio.git] / options.c
index 8a6a433833582552983ffadf4b2d9e596aa514d5..ba57e4469d4ab4baf202b51c47702614b767941e 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1215,6 +1215,12 @@ static struct fio_option options[] = {
                .off1   = td_var_offset(zero_buffers),
                .help   = "Init IO buffers to all zeroes",
        },
+       {
+               .name   = "refill_buffers",
+               .type   = FIO_OPT_STR_SET,
+               .off1   = td_var_offset(refill_buffers),
+               .help   = "Refill IO buffers on every IO submit",
+       },
 #ifdef FIO_HAVE_DISK_UTIL
        {
                .name   = "disk_util",