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

2018-10-03 Thread Wang, Yipeng1
>> -- >> 2.7.4 >> >Acked-by: Dharmik Thakkar [Wang, Yipeng] Thanks for testing, Dharmik!

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

2018-10-03 Thread Dharmik Thakkar
Tested OK on Qualcomm Centriq 2400. > On Oct 1, 2018, at 1:34 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 in

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

2018-10-01 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