From: Andy Green [mailto:a...@warmcat.com]
Sent: Tuesday, May 8, 2018 3:35 PM
To: dev@dpdk.org; Singh, Jasvinder
Cc: Dumitrescu, Cristian
Subject: Re: [dpdk-dev] [PATCH] table: add dedicated params struct for cuckoo
hash
On May 8, 2018 10:17:18 PM GMT+08:00, Jasvinder Singh
On May 8, 2018 10:17:18 PM GMT+08:00, Jasvinder Singh
wrote:
>Add dedicated parameter structure for cuckoo hash. The cuckoo hash from
>librte_hash uses slightly different prototype for the hash function (no
>key_mask parameter, 32-bit seed and return value) that require either
>of the following
> -Original Message-
> From: Singh, Jasvinder
> Sent: Tuesday, May 8, 2018 3:17 PM
> To: dev@dpdk.org
> Cc: Dumitrescu, Cristian
> Subject: [PATCH] table: add dedicated params struct for cuckoo hash
>
> Add dedicated parameter structure for cuckoo hash. The cuckoo hash from
> librte_has
Add dedicated parameter structure for cuckoo hash. The cuckoo hash from
librte_hash uses slightly different prototype for the hash function (no
key_mask parameter, 32-bit seed and return value) that require either
of the following approaches:
1/ Function pointer conversion: gcc 8.1 warning [1],
4 matches
Mail list logo