test/hash: use jhash for multi-writer
authorYipeng Wang <yipeng1.wang@intel.com>
Fri, 26 Oct 2018 09:53:42 +0000 (02:53 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 26 Oct 2018 20:01:43 +0000 (22:01 +0200)
commit49aea4ff76196a59158954b077fe783a091d5954
treebe8148b09727888e6481fd9d1cb1748504d4bdf3
parent2d28bb5ddd0fb7c3bed44f3f3fbc7a7bc449ea7a
test/hash: use jhash for multi-writer

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 <yipeng1.wang@intel.com>
test/test/test_hash_multiwriter.c