From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH v3 02/14] ring: create common structure for prod and cons metadata Date: Mon, 27 Mar 2017 09:20:45 +0200 Message-ID: <20170327092045.3505f923@platinum> References: <20170307113217.11077-1-bruce.richardson@intel.com> <20170324171008.29355-1-bruce.richardson@intel.com> <20170324171008.29355-3-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, thomas.monjalon@6wind.com To: Bruce Richardson Return-path: Received: from mail-wr0-f178.google.com (mail-wr0-f178.google.com [209.85.128.178]) by dpdk.org (Postfix) with ESMTP id F044AF970 for ; Mon, 27 Mar 2017 09:20:48 +0200 (CEST) Received: by mail-wr0-f178.google.com with SMTP id w43so30500619wrb.0 for ; Mon, 27 Mar 2017 00:20:48 -0700 (PDT) In-Reply-To: <20170324171008.29355-3-bruce.richardson@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 Fri, 24 Mar 2017 17:09:56 +0000, Bruce Richardson wrote: > create a common structure to hold the metadata for the producer and > the consumer, since both need essentially the same information - the > head and tail values, the ring size and mask. > > Signed-off-by: Bruce Richardson Acked-by: Olivier Matz