> -----Original Message-----
> From: Pavan Nikhilesh <[email protected]>
> Sent: Wednesday, April 27, 2022 11:23 PM
> To: Ruifeng Wang <[email protected]>; Yipeng Wang
> <[email protected]>; Sameh Gobriel <[email protected]>;
> Bruce Richardson <[email protected]>; Vladimir Medvedkin
> <[email protected]>
> Cc: [email protected]; [email protected]; Pavan Nikhilesh
> <[email protected]>
> 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 <[email protected]>
> ---
> 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 <[email protected]>