Re: [dpdk-dev] [PATCH v4 4/4] hash: use partial-key hashing

2018-10-01 Thread Honnappa Nagarahalli
> > This commit changes the hashing mechanism to "partial-key hashing" to > calculate bucket index and signature of key. > > This is proposed in Bin Fan, et al's paper > "MemC3: Compact and Concurrent MemCache with Dumber Caching and > Smarter Hashing". Bascially the idea is to use "xor" to deri

[dpdk-dev] [PATCH v4 4/4] hash: use partial-key hashing

2018-09-28 Thread Yipeng Wang
This commit changes the hashing mechanism to "partial-key hashing" to calculate bucket index and signature of key. This is proposed in Bin Fan, et al's paper "MemC3: Compact and Concurrent MemCache with Dumber Caching and Smarter Hashing". Bascially the idea is to use "xor" to derive alternative