From 17dc34dfb95f238ff8ffff67aea559e2ee5190d9 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 27 Jul 2007 15:36:02 +0200 Subject: [PATCH] Add crc7 and crc64 to HOWTO Signed-off-by: Jens Axboe --- HOWTO | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.25.1