X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.c;h=787cc377d2fbf33699721d5310b6b50f939a70c5;hp=daa2f04a7419146dbf98b74b68fcf432860a0abe;hb=e9d806fa2661cf685fc5c5d0172ff15193c9c8b1;hpb=fba5c5ff89163062922c3e560e871c087f2177c3 diff --git a/verify.c b/verify.c index daa2f04a..787cc377 100644 --- a/verify.c +++ b/verify.c @@ -1006,6 +1006,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;