Re: [dpdk-dev] [PATCH v4 2/2] hash: unify crc32 selection for x86 and Arm

2021-10-18 Thread Ruifeng Wang
Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH v4 2/2] hash: unify crc32 selection for x86 and > Arm > > From: Pavan Nikhilesh > > Merge crc32 hash calculation public API implementation for x86 and Arm. > Select the best available CRC32 algorithm when unsupported algorithm

[dpdk-dev] [PATCH v4 2/2] hash: unify crc32 selection for x86 and Arm

2021-10-03 Thread pbhagavatula
From: Pavan Nikhilesh 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