Remember to add crc32c_intel option check
[fio.git] / options.c
index 5b4e3938d5765711a36c2845e1b6f7eb8bc14c70..0608e7b2d928b5bf38385926639ffb406cd6a4d1 100644 (file)
--- a/options.c
+++ b/options.c
@@ -889,6 +889,10 @@ static struct fio_option options[] = {
                            .oval = VERIFY_CRC32,
                            .help = "Use crc32 checksums for verification",
                          },
                            .oval = VERIFY_CRC32,
                            .help = "Use crc32 checksums for verification",
                          },
+                         { .ival = "crc32c-intel",
+                           .oval = VERIFY_CRC32C_INTEL,
+                           .help = "Use hw crc32c checksums for verification",
+                         },
                          { .ival = "crc32c",
                            .oval = VERIFY_CRC32C,
                            .help = "Use crc32c checksums for verification",
                          { .ival = "crc32c",
                            .oval = VERIFY_CRC32C,
                            .help = "Use crc32c checksums for verification",