History log of /external/fio/crc/test.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e52966eb7e2ba4a0b5cb2afda1aa4b8a48be831 30-Apr-2014 Danny Al-Gaaf <danny.al-gaaf@bisect.de> crc/test.c: fix include of time.h

Replace include of time.h with renamed fio_time.h to fix build.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/crc/test.c
ea1f1da3959dac74093013f4bb20320f97000219 03-Apr-2014 Jens Axboe <axboe@fb.com> crc: add test.h header to test.c

This way the static analyzers know that there's a reason
for the exported function.

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/crc/test.c
844ea60273f4e7862150d9c6430cdb15768e2f34 20-Feb-2014 Jens Axboe <axboe@fb.com> 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>
/external/fio/crc/test.c
782744ef60b7ed47a529d30b9f8e0c528c436fdb 08-Feb-2014 Jens Axboe <axboe@fb.com> crc: add option to list possible crc types

=help or =list will show them.

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/crc/test.c
f754086950c511d48af21aee5c49e9d7985d3d32 08-Feb-2014 Jens Axboe <axboe@fb.com> crc: ensure we properly match test name

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/crc/test.c
fec0f21cb04bfd6c94b546998f194baed41fdec5 07-Feb-2014 Jens Axboe <axboe@fb.com> 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>
/external/fio/crc/test.c