From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] rte_ring: clarify preemptible nature of ring algorithm Date: Sun, 05 Aug 2018 15:40:06 +0200 Message-ID: <90205331.zdikCl6GkY@xps> References: <1531803164-46516-1-git-send-email-honnappa.nagarahalli@arm.com> <20180803150926.dxuheyyi75xd67y4@platinum> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz , anatoly.burakov@intel.com, nd@arm.com To: Honnappa Nagarahalli Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 5C8001B4FC for ; Sun, 5 Aug 2018 15:40:13 +0200 (CEST) In-Reply-To: <20180803150926.dxuheyyi75xd67y4@platinum> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/08/2018 17:09, Olivier Matz: > On Mon, Jul 16, 2018 at 11:52:44PM -0500, Honnappa Nagarahalli wrote: > > rte_ring implementation is not preemptible only under certain > > circumstances. This clarification is helpful for data plane and > > control plane communication using rte_ring. > > > > Signed-off-by: Honnappa Nagarahalli > > Reviewed-by: Gavin Hu > > Reviewed-by: Ola Liljedahl > > Acked-by: Olivier Matz Applied, thanks