summaryrefslogtreecommitdiffstats
path: root/lib/crc64-rocksoft.c
Commit message (Collapse)AuthorAgeFilesLines
* crypto: add rocksoft 64b crc guard tag frameworkKeith Busch2022-03-071-0/+126
Hardware specific features may be able to calculate a crc64, so provide a framework for drivers to register their implementation. If nothing is registered, fallback to the generic table lookup implementation. The implementation is modeled after the crct10dif equivalent. Signed-off-by: Keith Busch <kbusch@kernel.org> Link: https://lore.kernel.org/r/20220303201312.3255347-7-kbusch@kernel.org Signed-off-by: Jens Axboe <axboe@kernel.dk>