X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=99996f997f6c21dd98195fce3e5605c585a8c076;hp=04ed548d97b5a992cf6e50e220f64c9d5b43075c;hb=1e154bdbf14a1d352117aea057035235b66f0381;hpb=c3edbdba748e25eb14f3efc648ac0678995f3432 diff --git a/options.c b/options.c index 04ed548d..99996f99 100644 --- a/options.c +++ b/options.c @@ -573,6 +573,14 @@ static struct fio_option options[] = { .oval = VERIFY_CRC32, .help = "Use crc32 checksums for verification", }, + { .ival = "crc16", + .oval = VERIFY_CRC16, + .help = "Use crc16 checksums for verification", + }, + { .ival = "crc7", + .oval = VERIFY_CRC7, + .help = "Use crc7 checksums for verification", + }, { .ival = "md5", .oval = VERIFY_MD5, .help = "Use md5 checksums for verification",