Re: [dpdk-dev] [PATCH v3 2/2] test: update hash performance tests

2020-04-16 Thread Thomas Monjalon
16/04/2020 16:47, Medvedkin, Vladimir: > Hi Thomas, > > On 16/04/2020 10:44, Thomas Monjalon wrote: > > 08/04/2020 20:32, Vladimir Medvedkin: > >> Add preformance test for rte_hash_lookup_with_hash_bulk_data() > > Why is it a separate patch? > > To me, it is natural to add such test when adding a

Re: [dpdk-dev] [PATCH v3 2/2] test: update hash performance tests

2020-04-16 Thread Medvedkin, Vladimir
Hi Thomas, On 16/04/2020 10:44, Thomas Monjalon wrote: 08/04/2020 20:32, Vladimir Medvedkin: Add preformance test for rte_hash_lookup_with_hash_bulk_data() Why is it a separate patch? To me, it is natural to add such test when adding a new hash API. So they should be in the same patch. Here

Re: [dpdk-dev] [PATCH v3 2/2] test: update hash performance tests

2020-04-16 Thread Thomas Monjalon
08/04/2020 20:32, Vladimir Medvedkin: > Add preformance test for rte_hash_lookup_with_hash_bulk_data() Why is it a separate patch? To me, it is natural to add such test when adding a new hash API. So they should be in the same patch.