From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/3] rwlock: reimplement rwlock with atomic and add relevant perf test case Date: Thu, 28 Mar 2019 11:50:34 +0100 Message-ID: <2011061.iOykufG12a@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit 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 To: Joyce Kong , gavin.hu@arm.com Return-path: 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) In-Reply-To: <1553505299-34459-1-git-send-email-joyce.kong@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" > 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