From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> 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: <xms:snfZWyPgoyNIZ-Cl8ExuKlws3aQnk6_ilykcQLjbm5M8y0ZTjzindw> X-ME-Proxy: <xmx:snfZW8aY-_o8blMPkBpKelVb5x4BsImns2rP52Mn7TzR-xLJLRHy-A> <xmx:snfZW6XSnTOwUbKM8zQQD2RLTJSyN4ng9R4DzV-cS7HG91cgkR8bFw> <xmx:snfZW6VVXTC4fIDcncG01q2o2XO2bl4qk2eH99WYf3cW7YEbamIh3g> <xmx:snfZW-KhOlcABoamsf11LH5gjGKnUDS9BMuh4nyrR6rR2dbMuux0gA> <xmx:snfZWwoQy6sIHkZOtjGXDQvxbZk23KfiDteNISz_RsAoY24Y6BxMSw> <xmx:snfZW2lt2jD_lTIzl7-7xg7zG0NDPsj2fJCcB1topEazO8CLnvFQTg> 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 <thomas@monjalon.net> To: Gavin Hu <gavin.hu@arm.com> 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-stable] [PATCH v2 2/2] ring: move the atomic load of head above the loop X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches <stable.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/stable>, <mailto:stable-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/stable/> List-Post: <mailto:stable@dpdk.org> List-Help: <mailto:stable-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/stable>, <mailto:stable-request@dpdk.org?subject=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