From: Jens Axboe Date: Fri, 27 Jul 2007 13:36:02 +0000 (+0200) Subject: Add crc7 and crc64 to HOWTO X-Git-Tag: fio-1.17~36 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=17dc34dfb95f238ff8ffff67aea559e2ee5190d9 Add crc7 and crc64 to HOWTO Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index e693d7ae..b862d74a 100644 --- a/HOWTO +++ b/HOWTO @@ -574,12 +574,19 @@ verify=str If writing to a file, fio can verify the file contents md5 Use an md5 sum of the data area and store it in the header of each block. + crc64 Use an experimental crc64 sum of the data + area and store it in the header of each + block. + crc32 Use a crc32 sum of the data area and store it in the header of each block. crc16 Use a crc16 sum of the data area and store it in the header of each block. + crc7 Use a crc7 sum of the data area and store + it in the header of each block. + null Only pretend to verify. Useful for testing internals with ioengine=null, not for much else.