[dpdk-dev] [PATCH v3 1/2] hash: add hash bulk lookup with hash signatures array

Thomas Monjalon thomas at monjalon.net
Thu Apr 16 11:47:01 CEST 2020


Ping for review, please.

08/04/2020 20:32, Vladimir Medvedkin:
> Implement rte_hash_lookup_with_hash_bulk_data() - lookup
> function with precomputed hash signatures.
> 
> Signed-off-by: Vladimir Medvedkin <vladimir.medvedkin at intel.com>
> ---
>  lib/librte_hash/rte_cuckoo_hash.c    | 309 ++++++++++++++++++++++++-----------
>  lib/librte_hash/rte_hash.h           |  55 +++++++
>  lib/librte_hash/rte_hash_version.map |   2 +
>  3 files changed, 269 insertions(+), 97 deletions(-)





More information about the dev mailing list