X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=068065966bcf7d910f36666ecc140035f92af8a9;hp=8034cd7dad755b58c5f546e64fb083be79ec49a4;hb=f97a43a191f72ce071fe1140a2888dd5298c9aaa;hpb=629f1d7150b142d146f8a3ee3cf0a08d1843ca2e diff --git a/options.c b/options.c index 8034cd7d..06806596 100644 --- a/options.c +++ b/options.c @@ -2021,6 +2021,12 @@ static struct fio_option options[FIO_MAX_OPTS] = { .minval = 1, .help = "How compressible the buffer is (approximately)", }, + { + .name = "buffer_compress_chunk", + .type = FIO_OPT_INT, + .off1 = td_var_offset(compress_chunk), + .help = "Size of compressible region in buffer", + }, { .name = "clat_percentiles", .type = FIO_OPT_BOOL,