Re: [dpdk-dev] [PATCH v5] hash: add hash bulk lookup with hash signatures array

2020-04-25 Thread Thomas Monjalon
25/04/2020 15:30, Thomas Monjalon: > 17/04/2020 01:46, Wang, Yipeng1: > > From: Medvedkin, Vladimir > > > > > > 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

Re: [dpdk-dev] [PATCH v5] hash: add hash bulk lookup with hash signatures array

2020-04-25 Thread Thomas Monjalon
17/04/2020 01:46, Wang, Yipeng1: > From: Medvedkin, Vladimir > > > > 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: V

Re: [dpdk-dev] [PATCH v5] hash: add hash bulk lookup with hash signatures array

2020-04-16 Thread Wang, Yipeng1
> -Original Message- > From: Medvedkin, Vladimir > Sent: Thursday, April 16, 2020 8:07 AM > To: dev@dpdk.org > Cc: Wang, Yipeng1 ; Gobriel, Sameh > ; Richardson, Bruce > Subject: [PATCH v5] hash: add hash bulk lookup with hash signatures array > > Implement rte_hash_lookup_with_hash_bulk