From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] test/hash: reset iter and found in perf test Date: Tue, 15 Jan 2019 00:19:36 +0100 Message-ID: <4059852.fY28kqdVQP@xps> References: <20181129183855.9361-1-dharmik.thakkar@arm.com> <20190114092304.1195-1-dharmik.thakkar@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, stable@dpdk.org To: Dharmik Thakkar Return-path: In-Reply-To: <20190114092304.1195-1-dharmik.thakkar@arm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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/hash: add test for read/write concurrency") > Cc: stable@dpdk.org > > Signed-off-by: Dharmik Thakkar > Reviewed-by: Ferruh Yigit > Reviewed-by: Yipeng Wang Applied, thanks