X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=0608e7b2d928b5bf38385926639ffb406cd6a4d1;hp=5b4e3938d5765711a36c2845e1b6f7eb8bc14c70;hb=af497e6a1d61df088ce1a40f4fd2f38066e694b0;hpb=3845591fadea480177223e28c9d1c03642d34f0e 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",