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 C3EBBA067F for ; Thu, 28 Mar 2019 11:50:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 96BB51B13F; Thu, 28 Mar 2019 11:50:39 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A50441B13C for ; Thu, 28 Mar 2019 11:50:37 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3343321D35; Thu, 28 Mar 2019 06:50:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 28 Mar 2019 06:50:37 -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=dOPjl7xIGv0iHUcWDEbegZwmOiBtKUsK2Yi6F0rSqYQ=; b=a2p9GbgEeWej 9ZIdYjaKwTsmPqPaNwap5lAvcWHkgQKiQH4vuazBXYq7Zs22M1V5HmnDaVSZI1zh E78i7zq0fQUlx8K7q5DtG2uf655fKf64CZXoUqetWZ8BHxWt2xFbQJhNDje0OYJ4 /1cc/8gNYzzjKSiM5rfHPdJfz7ncl/w= 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=dOPjl7xIGv0iHUcWDEbegZwmOiBtKUsK2Yi6F0rSq YQ=; b=2amJhJqpl3cpoMbWJ8+x2yB19Zfrt0ORD64KWIcl+QcNknEBrzRb4JX83 mZiW9TIql82Lf/xCFCkYGCIUvVTybsdJPjbPVyTgsH56cpo1gD3uG2OweL48aOGm dAlmrxFeoYy/2wCJPXBQjE0eoa3DR1E/di1v6d0xCVkZQ0n7iKebapXkIS7W6zm2 QayuVU3EHj/S50cHQiepxSS2NgyPykBIM6ROPmNzj46u/1MyqA1pr2CVJD3UEdN5 xCBPQXNL62z16WyelYv/SAC4SEPgTbycSNseLyRoFM6NhwqfAAV6UjZ5siXCmQsm saRiFpw0XYcHk1Gqe1T7dKQ+2bd2A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrkeeggddvudcutefuodetggdotefrodftvf 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 17683100E5; Thu, 28 Mar 2019 06:50:35 -0400 (EDT) From: Thomas Monjalon To: Joyce Kong , gavin.hu@arm.com Cc: dev@dpdk.org, nd@arm.com, jerinj@marvell.com, konstantin.ananyev@intel.com, chaozhu@linux.vnet.ibm.com, bruce.richardson@intel.com, hemant.agrawal@nxp.com, honnappa.nagarahalli@arm.com Date: Thu, 28 Mar 2019 11:50:34 +0100 Message-ID: <2011061.iOykufG12a@xps> In-Reply-To: <1553505299-34459-1-git-send-email-joyce.kong@arm.com> References: <1544672265-219262-2-git-send-email-joyce.kong@arm.com> <1553505299-34459-1-git-send-email-joyce.kong@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v5 0/3] rwlock: reimplement rwlock with atomic and add relevant perf test case 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: <20190328105034.NCumJhE6_B585qm8JZtVmNloIBSteOB-ASRZKYuBfNU@z> > Gavin Hu (1): > rwlock: reimplement with atomic builtins > > Joyce Kong (2): > test/rwlock: add perf test case on all available cores > test/rwlock: amortize the cost of getting time Applied, thanks