Re: [PATCH v12 0/7] hash: add SVE support for bulk key lookup

2024-07-08 Thread David Marchand
On Mon, Jul 8, 2024 at 2:14 PM Yoan Picchi wrote: > > This patchset adds SVE support for the signature comparison in the cuckoo > hash lookup and improves the existing NEON implementation. These > optimizations required changes to the data format and signature of the > relevant functions to suppor

[PATCH v12 0/7] hash: add SVE support for bulk key lookup

2024-07-08 Thread Yoan Picchi
This patchset adds SVE support for the signature comparison in the cuckoo hash lookup and improves the existing NEON implementation. These optimizations required changes to the data format and signature of the relevant functions to support dense hitmasks (no padding) and having the primary and seco