> -----Original Message-----
> From: Pavan Nikhilesh <pbhagavat...@marvell.com>
> Sent: Wednesday, April 27, 2022 11:23 PM
> To: Ruifeng Wang <ruifeng.w...@arm.com>; Yipeng Wang
> <yipeng1.w...@intel.com>; Sameh Gobriel <sameh.gobr...@intel.com>;
> Bruce Richardson <bruce.richard...@intel.com>; Vladimir Medvedkin
> <vladimir.medved...@intel.com>
> Cc: jer...@marvell.com; dev@dpdk.org; Pavan Nikhilesh
> <pbhagavat...@marvell.com>
> Subject: [PATCH v7 1/2] hash: split x86 and SW hash CRC intrinsics
>
> Split x86 and SW hash crc intrinsics into a separate files.
>
> Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
> ---
> v7 Changes:
> - Fix build with ppc and other arch.
> v6 Changes:
> - Simplify rte_hash_crc_set_alg function. (Ruifeng)
> v5 Changes:
> - Move CRC functions to implementation specific files to remove
> ifdef clutter. (Ruifeng)
>
> lib/hash/hash_crc_sw.h | 419
> ++++++++++++++++++++++++++++++++++++++++
> lib/hash/hash_crc_x86.h | 62 ++++++
> lib/hash/rte_hash_crc.h | 396 +------------------------------------
> 3 files changed, 483 insertions(+), 394 deletions(-)
> create mode 100644 lib/hash/hash_crc_sw.h
> create mode 100644 lib/hash/hash_crc_x86.h
>
Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com>