Re: [dpdk-dev] [PATCH] table: add dedicated params struct for cuckoo hash

2018-05-08 Thread Dumitrescu, Cristian
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

Re: [dpdk-dev] [PATCH] table: add dedicated params struct for cuckoo hash

2018-05-08 Thread Andy Green
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

Re: [dpdk-dev] [PATCH] table: add dedicated params struct for cuckoo hash

2018-05-08 Thread Dumitrescu, Cristian
> -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