From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 2/2] ring: move the atomic load of head above the loop Date: Wed, 31 Oct 2018 10:36:54 +0100 Message-ID: <4204073.O0Kr6dFLq6@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit 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 To: Gavin Hu Return-path: In-Reply-To: <1540956945-211373-3-git-send-email-gavin.hu@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" 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