Add crc7 verify type
[fio.git] / options.c
index 04ed548d97b5a992cf6e50e220f64c9d5b43075c..99996f997f6c21dd98195fce3e5605c585a8c076 100644 (file)
--- a/options.c
+++ b/options.c
@@ -573,6 +573,14 @@ static struct fio_option options[] = {
                            .oval = VERIFY_CRC32,
                            .help = "Use crc32 checksums for verification",
                          },
                            .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",
                          { .ival = "md5",
                            .oval = VERIFY_MD5,
                            .help = "Use md5 checksums for verification",