From: Jens Axboe Date: Mon, 4 Aug 2008 13:40:35 +0000 (+0200) Subject: Remember to add crc32c_intel option check X-Git-Tag: fio-1.22-rc1~9 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=af497e6a1d61df088ce1a40f4fd2f38066e694b0 Remember to add crc32c_intel option check Signed-off-by: Jens Axboe --- 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",