From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 2/2] test/hash: lock-free rw concurrency test ext bkt Date: Tue, 02 Apr 2019 02:57:37 +0200 Message-ID: <2434371.7uYfYzBtHE@xps> References: <20190401221836.16599-1-dharmik.thakkar@arm.com> <20190401230830.17931-1-dharmik.thakkar@arm.com> <20190401230830.17931-3-dharmik.thakkar@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Yipeng Wang , Sameh Gobriel , Bruce Richardson , Pablo de Lara , honnappa.nagarahalli@arm.com To: Dharmik Thakkar Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 1DC2F4C93 for ; Tue, 2 Apr 2019 02:57:41 +0200 (CEST) In-Reply-To: <20190401230830.17931-3-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" 02/04/2019 01:08, Dharmik Thakkar: > Add unit test to check for hash lookup and bulk-lookup perf for > extendable bucket feature. > It is tested with both lock-free enabled and lock-free disabled case. > > Test includes: > > - hash lookup on keys in ext bkt > - hash delete causing key-shifts of keys from ext bkt to secondary bkt > > Suggested-by: Honnappa Nagarahalli > Signed-off-by: Dharmik Thakkar > Acked-by: Yipeng Wang > --- > v4: > - Add Acked-by tag. FYI, no need to send a new version just for this. Please run devtools/test-meson-builds.sh. When building build-clang-static, I see this error: app/test/test_hash_readwrite_lf.c:670:13: error: variable 'key_cnt' is used uninitialized whenever 'if' condition is false