Re: [dpdk-dev] [RFC v2] hash: unify crc32 API header for x86 and ARM

2020-05-13 Thread Ananyev, Konstantin
gt; > ; Ruifeng Wang > > Cc: dev@dpdk.org; Pavan Nikhilesh > > Subject: [dpdk-dev] [RFC v2] hash: unify crc32 API header for x86 and ARM > > > > From: Pavan Nikhilesh > > > > Merge crc32 hash calculation public API headers for x86 and ARM. > > Select the be

Re: [dpdk-dev] [RFC v2] hash: unify crc32 API header for x86 and ARM

2020-05-12 Thread Ruifeng Wang
pdk.org; Pavan Nikhilesh > Subject: [dpdk-dev] [RFC v2] hash: unify crc32 API header for x86 and ARM > > From: Pavan Nikhilesh > > Merge crc32 hash calculation public API headers for x86 and ARM. > Select the best available CRC32 algorithm when unsupported algorithm on a &

[dpdk-dev] [RFC v2] hash: unify crc32 API header for x86 and ARM

2020-05-12 Thread pbhagavatula
From: Pavan Nikhilesh Merge crc32 hash calculation public API headers 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 includ