Add support for testing checksumming speed
authorJens Axboe <axboe@fb.com>
Fri, 7 Feb 2014 21:39:33 +0000 (14:39 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 7 Feb 2014 21:39:33 +0000 (14:39 -0700)
commitfec0f21cb04bfd6c94b546998f194baed41fdec5
tree0ab1850d0d16b77a0e1359f37229599b5bc271bb
parentbc6a0a5d5625b13bb9630bcdcf9d4041b1639a94
Add support for testing checksumming speed

fio --crctest will test all of them, --crctest=md5,crc32c will
test md5 and crc32c, for example.

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