[dpdk-dev] [PATCH v5 0/4] Cuckoo hash enhancements

2016-10-05 Thread Thomas Monjalon
2016-10-05 00:25, Pablo de Lara: > This patchset improves lookup performance on the current hash library > by changing the existing lookup bulk pipeline, with an improved pipeline, > based on a loop-and-jump model, instead of the current 4-stage 2-entry > pipeline. > Also, x86 vectorized

[dpdk-dev] [PATCH v5 0/4] Cuckoo hash enhancements

2016-10-05 Thread Pablo de Lara
This patchset improves lookup performance on the current hash library by changing the existing lookup bulk pipeline, with an improved pipeline, based on a loop-and-jump model, instead of the current 4-stage 2-entry pipeline. Also, x86 vectorized intrinsics are used to improve performance when