Re: [dpdk-dev] [PATCH v4 0/4] hash: add extendable bucket and partial key hashing

2018-10-03 Thread Dharmik Thakkar
Tested OK on Qualcomm Centriq 2400. > On Sep 28, 2018, at 12:23 PM, Yipeng Wang wrote: > > This patch set made two major optimizations over the current rte_hash > library. > > First, it adds Extendable Bucket Table feature: a new structure that can > accommodate keys that failed to get inserted

[dpdk-dev] [PATCH v4 0/4] hash: add extendable bucket and partial key hashing

2018-09-28 Thread Yipeng Wang
This patch set made two major optimizations over the current rte_hash library. First, it adds Extendable Bucket Table feature: a new structure that can accommodate keys that failed to get inserted into the main hash table due to the unlikely event of excessive hash collisions. The hash table bucke