X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.c;h=01b56fde0b3c48529d70750be5c32616a393b82c;hp=f246dc8f9ba0cfe3f4a9e2b43316f398b75cb4b1;hb=e65a950ab73d7d91f267ad7f7b084d94e266fcb0;hpb=e12d2800f811cb64d376cfdaed9a1257f3fa9c99 diff --git a/verify.c b/verify.c index f246dc8f..01b56fde 100644 --- a/verify.c +++ b/verify.c @@ -1004,6 +1004,14 @@ int get_next_verify(struct thread_data *td, struct io_u *io_u) return 1; } +void fio_verify_init(struct thread_data *td) +{ + if (td->o.verify == VERIFY_CRC32C_INTEL || + td->o.verify == VERIFY_CRC32C) { + crc32c_intel_probe(); + } +} + static void *verify_async_thread(void *data) { struct thread_data *td = data;