Provide a module to test the rocksoft crc64 calculations with well knownReviewed-by: Hannes Reinecke <hare@xxxxxxx>
inputs and exepected values.
Signed-off-by: Keith Busch <kbusch@xxxxxxxxxx>
---
v1->v2:
Fixed Kconfig dependency
lib/Kconfig.debug | 4 +++
lib/Makefile | 1 +
lib/test_crc64.c | 68 +++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 73 insertions(+)
create mode 100644 lib/test_crc64.c