X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=verify.c;h=85fc448f8877f8f4cffe2c158cbeda24418b98ce;hp=c0485d55bf268563a5bc760bede3333f7a58e8e6;hb=49758e11f3658686ccd1c61724a5eba142f3ee4f;hpb=a7f5831f1feafbaa41a558028226b517734c54a0 diff --git a/verify.c b/verify.c index c0485d55..85fc448f 100644 --- a/verify.c +++ b/verify.c @@ -1014,6 +1014,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;