Re: [dpdk-dev] [PATCH v2 2/4] test/hash: change multiwriter test to use jhash

2018-10-25 Thread Bruce Richardson
On Wed, Oct 24, 2018 at 11:09:28AM -0700, Yipeng Wang wrote: > With sequential key, the test will cover more corner > cases with jhash instead of crc hash, since jhash > generates more random hash pattern on sequential key. > It is useful for functional verification. > > Signed-off-by: Yipeng Wang

[dpdk-dev] [PATCH v2 2/4] test/hash: change multiwriter test to use jhash

2018-10-24 Thread Yipeng Wang
With sequential key, the test will cover more corner cases with jhash instead of crc hash, since jhash generates more random hash pattern on sequential key. It is useful for functional verification. Signed-off-by: Yipeng Wang --- test/test/test_hash_multiwriter.c | 10 +- 1 file changed,