Remember to add crc32c_intel option check
authorJens Axboe <jens.axboe@oracle.com>
Mon, 4 Aug 2008 13:40:35 +0000 (15:40 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 4 Aug 2008 13:40:35 +0000 (15:40 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
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",
                          },
+                         { .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",