Add support for the Google xxhash checksumming function
authorJens Axboe <axboe@fb.com>
Thu, 20 Feb 2014 21:21:45 +0000 (13:21 -0800)
committerJens Axboe <axboe@fb.com>
Thu, 20 Feb 2014 21:21:45 +0000 (13:21 -0800)
commit844ea60273f4e7862150d9c6430cdb15768e2f34
tree355505b5be916756a6ce9d52c918d2b31b3bbce0
parent51c8c3701e2b041788d1d1e650a9a18a56c09f20
Add support for the Google xxhash checksumming function

It's a lot faster than the other software defined ones, so will
be a useful alternative for the cases where crc32c-intel isn't
available.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
crc/test.c
crc/xxhash.c [new file with mode: 0644]
crc/xxhash.h [new file with mode: 0644]
fio.1
options.c
verify.c
verify.h