Re: [dpdk-dev] [PATCH v4 0/4] add new kv hash table
From: Thomas Monjalon <hidden>
Date: 2021-03-24 21:28:49
From: Thomas Monjalon <hidden>
Date: 2021-03-24 21:28:49
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?