[PATCH v7 1/2] hash: split x86 and SW hash CRC intrinsics
Ruifeng Wang
Ruifeng.Wang at arm.com
Fri Apr 29 09:18:25 CEST 2022
> -----Original Message-----
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
> Sent: Wednesday, April 27, 2022 11:23 PM
> To: Ruifeng Wang <Ruifeng.Wang at arm.com>; Yipeng Wang
> <yipeng1.wang at intel.com>; Sameh Gobriel <sameh.gobriel at intel.com>;
> Bruce Richardson <bruce.richardson at intel.com>; Vladimir Medvedkin
> <vladimir.medvedkin at intel.com>
> Cc: jerinj at marvell.com; dev at dpdk.org; Pavan Nikhilesh
> <pbhagavatula at 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 <pbhagavatula at 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.wang at arm.com>
More information about the dev
mailing list