Re: [dpdk-dev] [PATCH v3 1/5] test/hash: fix bucket size in hash perf test

2018-09-27 Thread Bruce Richardson
On Wed, Sep 26, 2018 at 05:54:21AM -0700, Yipeng Wang wrote: > The bucket size was changed from 4 to 8 but the corresponding > perf test was not changed accordingly. > > In the test, the bucket size and number of buckets are used > to map to the underneath rte_hash structure. They are used > to te

[dpdk-dev] [PATCH v3 1/5] test/hash: fix bucket size in hash perf test

2018-09-26 Thread Yipeng Wang
The bucket size was changed from 4 to 8 but the corresponding perf test was not changed accordingly. In the test, the bucket size and number of buckets are used to map to the underneath rte_hash structure. They are used to test performance of two conditions: keys in primary buckets only and keys i