From af497e6a1d61df088ce1a40f4fd2f38066e694b0 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 4 Aug 2008 15:40:35 +0200 Subject: [PATCH 1/1] Remember to add crc32c_intel option check Signed-off-by: Jens Axboe --- options.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options.c b/options.c index 5b4e3938..0608e7b2 100644 --- 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", -- 2.25.1