From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id CCD11FEB; Wed, 31 Oct 2018 10:36:52 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id EE19420C2B; Wed, 31 Oct 2018 05:36:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 31 Oct 2018 05:36:50 -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=EpWjl/Ihus6IDnXMLFf3a/ifDeKFjuxkKwGekJZ/tn8=; b=rpbpEvKZ/ToW dHAwWsneHokQcHVnObqm9tkCgg+LSKiTMY1626bNn+6rXpUflGLE0DU4Yh3uhTXn RKHKIqjc+nNhQ9x6zdonIGiz1DSbHTWh1Q+9KCYLmK+xn+GetNWYsAuMpitutt4c eTQOEOrtqw85u8BOPYOCrq7G8sNx0K0= 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=EpWjl/Ihus6IDnXMLFf3a/ifDeKFjuxkKwGekJZ/t n8=; b=fZ/+5yinY82NqyMjqH+WgPJ+J73PE8Zv/4Ga8z6t31KGwXckpnHhlxKcP WPiAnMFsnUY3fwopROSP/Yl/GfO7w7mTUL0wUklFmyV0AtwbBu7G4kBJn+bgxR1t q7Za45p2/DlIV7cek5Ro1Z58qE2V0A9J0+RwVIZZ3l9i1raMo4xS6GBQ6z6Mheq7 4Bo9oH9Z7VvRmKvvzfhXYvGalJWkyEaaQHMG463MdfWWOtyHx9OqoUx5B7KvbBgR vAbn9FWZDl3JySCJcvEQixxOsUQpe8BVltthzel/SnI83Zu3ZZ8naTS82PBudSE4 L1nXu7ijBvn7qMEsTGatBLl10V9aA== X-ME-Sender: 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 1C5BB102E0; Wed, 31 Oct 2018 05:36:49 -0400 (EDT) From: Thomas Monjalon To: Gavin Hu Cc: dev@dpdk.org, olivier.matz@6wind.com, chaozhu@linux.vnet.ibm.com, bruce.richardson@intel.com, konstantin.ananyev@intel.com, jerin.jacob@caviumnetworks.com, Honnappa.Nagarahalli@arm.com, stable@dpdk.org Date: Wed, 31 Oct 2018 10:36:54 +0100 Message-ID: <4204073.O0Kr6dFLq6@xps> In-Reply-To: <1540956945-211373-3-git-send-email-gavin.hu@arm.com> References: <1540956945-211373-1-git-send-email-gavin.hu@arm.com> <1540956945-211373-3-git-send-email-gavin.hu@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 2/2] ring: move the atomic load of head above the loop 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: , X-List-Received-Date: Wed, 31 Oct 2018 09:36:53 -0000 31/10/2018 04:35, Gavin Hu: > --- a/doc/guides/rel_notes/release_18_11.rst > +++ b/doc/guides/rel_notes/release_18_11.rst > +* **Updated rte ring C11 driver.** > + > + Updated the rte ring C11 driver including the following changes: It is not a driver, it is the ring library with C11 memory model. Please reword and move it after memory related notes (at the beginning). Thanks