Re: [dpdk-dev] [PATCH v2] test/hash: reset iter and found in perf test

2019-01-14 Thread Thomas Monjalon
14/01/2019 10:23, Dharmik Thakkar: > Reset 'iter' and 'tbl_rw_test_param.found' on each iteration > to give correct result for lost and duplicated keys. > > This patch also changes the default return value of the test to -1 > when not enough resources are provided. > > Fixes: 0eb3726ebcf14 ("test

[dpdk-dev] [PATCH v2] test/hash: reset iter and found in perf test

2019-01-14 Thread Dharmik Thakkar
Reset 'iter' and 'tbl_rw_test_param.found' on each iteration to give correct result for lost and duplicated keys. This patch also changes the default return value of the test to -1 when not enough resources are provided. Fixes: 0eb3726ebcf14 ("test/hash: add test for read/write concurrency") Cc: