From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3184AA04DD; Mon, 20 Jan 2020 00:37:36 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 25A401E34; Mon, 20 Jan 2020 00:37:35 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 3C93B1DBA for ; Mon, 20 Jan 2020 00:37:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6A0CF210A8; Sun, 19 Jan 2020 18:37:33 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 19 Jan 2020 18:37:33 -0500 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=RJJQ2CYoIwtfBmlA0wAb1kYWRSsLyvA+jh/NWZyhBgo=; b=LqFhWNt18sh6 NuxYD5suforL6USXDry6D7Ht7Wvld5hkkyzr39vB9jHmOrWcMc4qPV2Ol2B3wyq0 jtbBkMDQv+y8rl5lS+yXt1Kh0zIEN2FkTgPSHCWwYhlZgmox2RKcfptzmDrK46zW D3JORyUqHAR3hSEAyigfu1cG1k7J0kA= 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=fm1; bh=RJJQ2CYoIwtfBmlA0wAb1kYWRSsLyvA+jh/NWZyhB go=; b=YkwNX86CEq8dsZrqscqt0jRILrbb4uiOS0nlGCBpvskFVwqp3wy7wfPSj jCFcjKEFVhkirquxDr7M7sh6m7UVdrPZczvtc0Xtdxmwf/i2uL/MD94cEsoB1d1X 9HSE/KzwjzEVzAQG80uVOT9pydNOsrnZ3b9WtjTMBcB3B42SM8vuB0p2Sc0ErNK3 WS4h3kxW7X12aqkfq6OXH293fHQLPF1cXF3aUktpct2WU3eH0J6bJ+oJNO9toHxA Ea9efXDCUtj3KK1wOQnGPB0SnztJa6svv77BqnN+Qn3VdZb50vAYjp9JIzjD1QgQ Bslo7K5UjTrj2hnamwO1Q8m76/n3Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeggdduudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucffoh hmrghinhephhhurghrmhdrtghomhenucfkphepjeejrddufeegrddvtdefrddukeegnecu rfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtne cuvehluhhsthgvrhfuihiivgeptd 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 2F2D33060AA0; Sun, 19 Jan 2020 18:37:32 -0500 (EST) From: Thomas Monjalon To: Dharmik Thakkar Cc: "Gobriel, Sameh" , "Richardson, Bruce" , dev@dpdk.org, "honnappa.nagarahalli@arm.com" , "Wang, Yipeng1" Date: Mon, 20 Jan 2020 00:37:31 +0100 Message-ID: <1627705.KUTt5R2Mg1@xps> In-Reply-To: References: <20191121181759.11401-1-dharmik.thakkar@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] lib/hash: remove unnecessary locks in lock-free 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" 25/11/2019 19:49, Wang, Yipeng1: >From: Dharmik Thakkar [mailto:dharmik.thakkar@arm.com] > >Remove __hash_rw_reader_unlock() calls from lock free hash lookup > > > >Signed-off-by: Dharmik Thakkar > >Reviewed-by: Gavin Hu > >Reviewed-by: Honnappa Nagarahalli > >--- > Acked-by: Yipeng Wang Applied, thanks