Auto-detect whether to use hw assisted crc32c
authorJens Axboe <axboe@kernel.dk>
Wed, 22 Feb 2012 19:28:17 +0000 (20:28 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Feb 2012 19:28:17 +0000 (20:28 +0100)
commite3aaafc4e902a0f78b8ee4d4bc85f8edac6e09d2
tree05a25267deb1da1058c2cf6ffd28195496e9f0ab
parentf65d1c2663ac6007eac1a2063fe25b4275d013e4
Auto-detect whether to use hw assisted crc32c

Little point in separating the two. If the hardware assisted
crypto is available, always use it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
crc/crc32c-intel.c
crc/crc32c.c
crc/crc32c.h
options.c
verify.c