Re: [dpdk-dev] [PATCH v4 0/6] hash: improve multiple places

2018-10-26 Thread Thomas Monjalon
> Yipeng Wang (6): > hash: fix unnecessary pause > test/hash: change multiwriter test to use jhash > test/hash: test more corner cases in unit test > test/hash: add readwrite test for ext table > test/hash: remove hash scaling unit test > test/hash: fix to add read-write test to autotes

[dpdk-dev] [PATCH v4 0/6] hash: improve multiple places

2018-10-26 Thread Yipeng Wang
This patch set depends on Honnappa's patch set: http://patchwork.dpdk.org/cover/47268/ This patch set fixes/improves a couple of places mostly on unit tests: commit 1: remove unnecessary code in hash library. commit 2: use jhash in multiwriter unit test. commit 3: cover more test case in unit tes