[PATCH v5 1/2] member: implement NitroSketch mode
Rong, Leyi
leyi.rong at intel.com
Sat Oct 8 05:36:06 CEST 2022
> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Monday, October 3, 2022 8:38 PM
> To: Wang, Yipeng1 <yipeng1.wang at intel.com>; Rong, Leyi
> <leyi.rong at intel.com>
> Cc: ferruh.yigit at xilinx.com; Richardson, Bruce <bruce.richardson at intel.com>;
> david.marchand at redhat.com; suanmingm at nvidia.com; zaoxingliu at gmail.com;
> Gobriel, Sameh <sameh.gobriel at intel.com>; dev at dpdk.org
> Subject: Re: [PATCH v5 1/2] member: implement NitroSketch mode
>
> 16/09/2022 05:03, Leyi Rong:
> > lib/member/meson.build | 49 ++-
> > lib/member/rte_member.c | 75 ++++
> > lib/member/rte_member.h | 154 ++++++-
> > lib/member/rte_member_heap.h | 424 ++++++++++++++++++
> > lib/member/rte_member_sketch.c | 594 ++++++++++++++++++++++++++
> > lib/member/rte_member_sketch.h | 97 +++++
> > lib/member/rte_member_sketch_avx512.c | 70 +++
> > lib/member/rte_member_sketch_avx512.h | 35 ++
> > lib/member/rte_xxh64_avx512.h | 117 +++++
>
> What means xxh64? Should it be x86_64?
Hi Thomas,
xxh64 stands for xxHash generates 64-bit hashes, using 64-bit arithmetic.
>
>
More information about the dev
mailing list