[dpdk-dev] [PATCH v4 0/4] add new kv hash table

Medvedkin, Vladimir vladimir.medvedkin at intel.com
Thu Mar 25 13:03:24 CET 2021


Hi Thomas,

On 25/03/2021 00:28, Thomas Monjalon wrote:
> 08/05/2020 21:58, Vladimir Medvedkin:
>> Currently DPDK has a special implementation of a hash table for
>> 4 byte keys which is called FBK hash. Unfortunately its main drawback
>> is that it only supports 2 byte values.
>> The new implementation called KV hash
>> supports 4 byte keys and 8 byte associated values,
>> which is enough to store a pointer.
> 
> Waiting for a v5.
> Is it abandoned?

It is suspended till further rework.

> 
> 

-- 
Regards,
Vladimir


More information about the dev mailing list