From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v3 6/8] stack: add C11 atomic implementation Date: Thu, 14 Mar 2019 09:04:17 +0100 Message-ID: <20190314080417.afntiymfhhakjfin@platinum> References: <20190305164256.2367-1-gage.eads@intel.com> <20190306144559.391-1-gage.eads@intel.com> <20190306144559.391-7-gage.eads@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, arybchenko@solarflare.com, bruce.richardson@intel.com, konstantin.ananyev@intel.com, gavin.hu@arm.com, Honnappa.Nagarahalli@arm.com, nd@arm.com, thomas@monjalon.net To: Gage Eads Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 74FB42BD3 for ; Thu, 14 Mar 2019 09:04:20 +0100 (CET) Content-Disposition: inline In-Reply-To: <20190306144559.391-7-gage.eads@intel.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" On Wed, Mar 06, 2019 at 08:45:57AM -0600, Gage Eads wrote: > This commit adds an implementation of the lock-free stack push, pop, and > length functions that use __atomic builtins, for systems that benefit from > the finer-grained memory ordering control. > > Signed-off-by: Gage Eads Reviewed-by: Olivier Matz