hash: add bulk lookup with signatures array
authorVladimir Medvedkin <vladimir.medvedkin@intel.com>
Thu, 16 Apr 2020 15:07:19 +0000 (16:07 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 25 Apr 2020 17:26:47 +0000 (19:26 +0200)
commit14b8ab57623548dbe5e632f98e379b1a7c923da0
tree4f8dac38716a2bc8895d6b0bf07a269aaa4bb59e
parent905215731833c88f31766e6fa80398bd18d29ca8
hash: add bulk lookup with signatures array

Implement rte_hash_lookup_with_hash_bulk_data() and
rte_hash_lookup_with_hash_bulk() - bulk lookup
functions with precomputed hash signatures.
Add these two functions into performance tests.

Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin@intel.com>
Acked-by: Yipeng Wang <yipeng1.wang@intel.com>
app/test/test_hash_perf.c
lib/librte_hash/rte_cuckoo_hash.c
lib/librte_hash/rte_hash.h
lib/librte_hash/rte_hash_version.map