crct10: use isa-l for crc if available
authorAnkit Kumar <ankit.kumar@samsung.com>
Tue, 31 Oct 2023 18:45:40 +0000 (00:15 +0530)
committerAnkit Kumar <ankit.kumar@samsung.com>
Tue, 31 Oct 2023 23:05:54 +0000 (04:35 +0530)
commita4614bffd786fe06a824f11f2d8602641b3d0e98
tree554c07b27d1a562f882769b175f8ad1d8a019cf1
parent7a725c78547f7337dddb6fd391f80914f671e583
crct10: use isa-l for crc if available

isa-l provides fast implementation for various polynomials.
This will be only used for end to end data protection, and has
a significant impact on performance.

See: https://github.com/intel/isa-l

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
HOWTO.rst
configure
crc/crct10dif_common.c
fio.1