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)
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>

No differences found