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 424D5A0551; Fri, 21 Feb 2020 18:31:27 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AEB301BFA5; Fri, 21 Feb 2020 18:31:26 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3BDA734F3; Fri, 21 Feb 2020 18:31:25 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CFCE321533; Fri, 21 Feb 2020 12:31:23 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 21 Feb 2020 12:31:23 -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=AEs76BmZp+QeEWsVlCo4LGNFd/rAPnjXyS2C5E/UWVw=; b=Vd/68/8nWrU6 am8V5x32B4jUY6AqSo0A7MyKggETVQ3pXs34Irx7fSCkXvs1APxlZ/k2z0L1JBl8 V26aiIFszZrZKJv1cIZooB+riqb5ayRtGta/kFbXRSYKZtFWiDJIttR1D0XUeiyD n9KqfeUdLFzurF3rulvHYXzZz9XBp8w= 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=AEs76BmZp+QeEWsVlCo4LGNFd/rAPnjXyS2C5E/UW Vw=; b=PNK1yrFEurnOKHi7K40X/prE6V4mwDFd7cAE8le9w1T2mSkbmJSuE7E3s yUILiDm7xmzIBpFkHOXMx98UOyZV3B92Ywr4mEq7zmyG9tlcieFyTW4M3tG1elNl 8smflrIrQkp2QcISEP9v3s0MAnJsVDcjitKkWAAACDdeZGgc89c6xfC3C+MF4fer isJgVrT0OeTYAL7WyQcYlgR4QNohfdQnd7gqr02k5ID6ZwHi5a8V4+V4w5PYoWcn IXBWTzpjoFyBH3924Utkz12v1yO65OzA+asDTTuLOQRExeTyuxyp8yjQ8XbAn0Fs gesO1VuyociFUE8p00gRMMZhGwB+Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrkeeggddutdduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght 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 ED531328005A; Fri, 21 Feb 2020 12:31:21 -0500 (EST) From: Thomas Monjalon To: prateekag@cse.iitb.ac.in, Honnappa Nagarahalli Cc: olivier.matz@6wind.com, ferruh.yigit@intel.com, stable@dpdk.org, dev@dpdk.org, nd@arm.com Date: Fri, 21 Feb 2020 18:31:20 +0100 Message-ID: <4231841.cEBGB3zze1@xps> In-Reply-To: <20200219210530.22863-1-honnappa.nagarahalli@arm.com> References: <20200203045608.5870-1-prateekag@cse.iitb.ac.in> <20200219210530.22863-1-honnappa.nagarahalli@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v4 1/2] doc/rcu: correct quiescent state description 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" 19/02/2020 22:05, Honnappa Nagarahalli: > The quiescent state description refers to an incorrect > thread. > > Fixes: 64994b56cfd7 ("rcu: add RCU library supporting QSBR mechanism") > Cc: stable@dpdk.org > > Signed-off-by: Prateek Agarwal > Signed-off-by: Honnappa Nagarahalli Series applied, thanks