numam-dpdk/lib/hash
Pavan Nikhilesh f80ae1aa9a hash: unify CRC32 selection for x86 and Arm
Merge CRC32 hash calculation public API implementation for x86 and Arm.
Select the best available CRC32 algorithm when unsupported algorithm
on a given CPU architecture is requested by an application.

Previously, if an application directly includes `rte_crc_arm64.h`
without including `rte_hash_crc.h` it will fail to compile.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
2022-05-19 10:00:51 -04:00
..
meson.build hash: unify CRC32 selection for x86 and Arm 2022-05-19 10:00:51 -04:00
rte_cmp_arm64.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_cmp_x86.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_crc_arm64.h hash: unify CRC32 selection for x86 and Arm 2022-05-19 10:00:51 -04:00
rte_crc_generic.h hash: unify CRC32 selection for x86 and Arm 2022-05-19 10:00:51 -04:00
rte_crc_sw.h hash: split x86 and SW hash CRC intrinsics 2022-05-19 15:40:06 +02:00
rte_crc_x86.h hash: unify CRC32 selection for x86 and Arm 2022-05-19 10:00:51 -04:00
rte_cuckoo_hash.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_cuckoo_hash.h hash: clarify comment for bucket entries number 2021-11-17 18:33:33 +01:00
rte_fbk_hash.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_fbk_hash.h lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_hash_crc.h hash: unify CRC32 selection for x86 and Arm 2022-05-19 10:00:51 -04:00
rte_hash.h lib: update documentation of some *_free functions 2022-02-12 12:05:01 +01:00
rte_jhash.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_thash_gfni.h hash: add bulk Toeplitz hash implementation 2021-11-04 11:19:10 +01:00
rte_thash_x86_gfni.h hash: fix Toeplitz hash implementation 2021-11-17 10:23:01 +01:00
rte_thash.c lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
rte_thash.h lib: remove unneeded header includes 2022-02-22 13:10:39 +01:00
version.map hash: enable GFNI Toeplitz hash implementation 2021-11-04 11:19:10 +01:00