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

2022-04-08 Thread David Marchand
On Tue, Jan 4, 2022 at 10:12 AM Ruifeng Wang wrote: > > From: pbhagavat...@marvell.com [snip] > > -/** > > - * Use single crc32 instruction to perform a hash on a 2 bytes value. > > - * Fall back to software crc32 implementation in case SSE4.2 is > > - * not supported > > - * > > - * @param data

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

2022-01-04 Thread Ruifeng Wang
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Friday, November 5, 2021 6:11 PM > To: Ruifeng Wang ; david.march...@redhat.com; > jer...@marvell.com; Yipeng Wang ; Sameh > Gobriel ; Bruce Richardson > ; Vladimir Medvedkin > > Cc: dev@dpdk.org; Pavan Nikhilesh > Subject: [d