Add support for the Google xxhash checksumming function
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 9830fa1ebd9510f693c3978c70c5c9121d7eabdd..bafad93fbdacc050d7c3b694556859af7b3cd9eb 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -1105,6 +1105,10 @@ verify=str       If writing to a file, fio can verify the file contents
                        crc7    Use a crc7 sum of the data area and store
                                it in the header of each block.
 
+                       xxhash  Use xxhash as the checksum function. Generally
+                               the fastest software checksum that fio
+                               supports.
+
                        sha512  Use sha512 as the checksum function.
 
                        sha256  Use sha256 as the checksum function.