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 4A5C1A00E6 for ; Sun, 9 Jun 2019 10:14:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 767561BD4E; Sun, 9 Jun 2019 10:14:10 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 57A7C1BD4A for ; Sun, 9 Jun 2019 10:14:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 74F4521F76; Sun, 9 Jun 2019 04:14:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 09 Jun 2019 04:14:06 -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=zP1nY1MBNUUXFkAyCp/nFoxcQ+JeHeJe/Ut5pLCM6A4=; b=ly0Oq+IrQ4jX rag5nWqzCPmyrFG0PfBPQdnlkuYE1t4lK11MaFtr8LHPN2Ch5Fa9iQyDCKe/Oxi3 AkI+MjlKNXrGphyHnRD20fMvYT9y3tC9Zgrv+hlaRdJNLzUbU6fNbP/s82TdcFek 1BvRpOgA2CNV3noPj8uYLtZdrfn/kAw= 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=fm3; bh=zP1nY1MBNUUXFkAyCp/nFoxcQ+JeHeJe/Ut5pLCM6 A4=; b=kMwUbZ3ZV6QaitL3Hg+xpQwpHIj1uE7Qy9qAcCbGDUYM6z3T+8Vgy29lB 66Qp8FF/t3FKfyRWKL5h5aH7qZbtpbX87Bf8YueGV0h6ArQBY8ZMkFohNqSAXxWb aZD3UzAlAdenkMxPQ7t0P+rh6tkw+nmtszpu6vdHxsam68xiW94lZyvlnJtVmtH9 c8lQnOsNZrpTqzOr1euvKAi6gQdokLyQG7VricmKQTq+68n76yzAzhOHvTVNrHdK aM7ewh5dg3syV8yU4AhfjU/ewqYE2whIR41F03jTNWF6bEDWcu7bUbfgCDaGHtZY YSujvDCYqJL1ITFn0oJceyR784t9w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudehtddgtddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeduvdeirddvuddurdduvdejrdelieenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (om126211127096.13.openmobile.ne.jp [126.211.127.96]) by mail.messagingengine.com (Postfix) with ESMTPA id 7FB868005A; Sun, 9 Jun 2019 04:14:02 -0400 (EDT) From: Thomas Monjalon To: Honnappa Nagarahalli Cc: "dev@dpdk.org" , "david.marchand@redhat.com" , Dharmik Thakkar , nd Date: Sun, 09 Jun 2019 17:13:57 +0900 Message-ID: <1657124.WomqKQn9IR@xps> In-Reply-To: References: <20190515204255.4667-1-honnappa.nagarahalli@arm.com> <3230523.q5hRvnNJ3y@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] rcu/test: make gloabl variable per core 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" 07/06/2019 15:30, Honnappa Nagarahalli: > > > > Bad start, there is a typo in the title :) > I guess, my apologies do not have any meaning anymore > > > > > 16/05/2019 03:14, Honnappa Nagarahalli: > > > Each hash entry has a pointer to one uint32 memory location. > > > However, all the readers increment the same location causing race > > > conditions. Allocate memory for each thread so that each thread will > > > increment its own memory location. > > > > > > Fixes: b87089b0bb19 ("test/rcu: add API and functional tests") > > > > If you run devtools/check-git-log.sh you will see that Cc stable is required for > > backport. > I ran this again, it does not show anything. > I thought, we are not doing maintenance releases for the quarterly releases. We may do a maintenance. It is not confirmed yet. Anyway, we can put it in doubt :)