X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=5886c505b58f2466de4356a123a403ea6dcd01b2;hb=bc0c01e5d03d27e80d2a3b85ab21714bb6f32a19;hp=1ca16e84ad15a5c916bf832f03d7c6f4a9c94a62;hpb=1684f7fd9047c7405264f462f76e1135c563ec33;p=fio.git diff --git a/options.c b/options.c index 1ca16e84..5886c505 100644 --- a/options.c +++ b/options.c @@ -2647,6 +2647,10 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .oval = VERIFY_CRC32C, .help = "Use crc32c checksums for verification (hw assisted, if available)", }, + { .ival = "crc32c-arm64", + .oval = VERIFY_CRC32C, + .help = "Use crc32c checksums for verification (hw assisted, if available)", + }, { .ival = "crc32c", .oval = VERIFY_CRC32C, .help = "Use crc32c checksums for verification (hw assisted, if available)",