From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 5D60AA0679 for ; Tue, 2 Apr 2019 02:57:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6B42F4C96; Tue, 2 Apr 2019 02:57:42 +0200 (CEST) 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B671421F26; Mon, 1 Apr 2019 20:57:40 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 01 Apr 2019 20:57:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=49sMT7PHy7bawyqQpUnN8nqkBl971zWF6nH5Hs/l53Y=; b=dwSfHKBpExOs dFdx9R16eCNxf+ntpiXjcP1wpaLdIgpFtgJ8KOc7NLnBc+qxwfFevG/AMcWm9E6V 6FWQDgJ8NifY1WXHI7zHEWftmWxf0dh50yVQRBnGwVei5epPpkYsLHq03MVXSjB1 05hNuIGNLItw7zvVGrZijMBtEOiKQ3c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=49sMT7PHy7bawyqQpUnN8nqkBl971zWF6nH5Hs/l5 3Y=; b=oco8afyTIPRADSJnUNMVApNsQu2h4Gr0wIrLKZeb7lcCGRl+UIOsIxKCF kG4BC/IOwG6PEgwE5NaeNbesK1ZKrEWTVwNqou8XFQcm9SrArwlCIyFnmC8cAx0+ Y32HXKIS74TnUZYPsESj2mo/fpeQAuWPryGIMxk1iEYMtdA0uO8VSXQ0j2sJhzMB ffHv1/VkjUHtYn2nTEr5rnBJ5Vy7ygQBSjXSXLJL+4PS5U+Vy3QOYunxrtTYw96z ddbhpC27hS3n3gFVTZe6eycfqylP3MVWkqO6/7CdzJ5WLH81NvTCxwD9v/nbKY/h l8Dy9K8QpKPmm3n6DKfa74kjF3SUA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrleehgdeflecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 064FDE46B8; Mon, 1 Apr 2019 20:57:38 -0400 (EDT) From: Thomas Monjalon To: Dharmik Thakkar Cc: dev@dpdk.org, Yipeng Wang , Sameh Gobriel , Bruce Richardson , Pablo de Lara , honnappa.nagarahalli@arm.com Date: Tue, 02 Apr 2019 02:57:37 +0200 Message-ID: <2434371.7uYfYzBtHE@xps> In-Reply-To: <20190401230830.17931-3-dharmik.thakkar@arm.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v4 2/2] test/hash: lock-free rw concurrency test ext bkt X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190402005737.JxrcJr4bY9SzavxbhOdRZoQ6A8uyKMmSymmJ2l2ZxU8@z> 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