From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH v2 2/5] ring: add a function to return the ring size Date: Wed, 8 Mar 2017 11:00:51 +0100 Message-ID: <20170308110051.380b71fb@glumotte.dev.6wind.com> References: <1487695964-15593-1-git-send-email-bruce.richardson@intel.com> <1487868123-30262-3-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 568A8F928 for ; Wed, 8 Mar 2017 11:00:59 +0100 (CET) Received: by mail-wm0-f52.google.com with SMTP id t189so26267588wmt.1 for ; Wed, 08 Mar 2017 02:00:59 -0800 (PST) In-Reply-To: <1487868123-30262-3-git-send-email-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 Thu, 23 Feb 2017 16:42:00 +0000, Bruce Richardson wrote: > Applications and other libraries should not be reading inside the > rte_ring structure directly to get the ring size. Instead add a fn > to allow it to be queried. > > Signed-off-by: Bruce Richardson Acked-by: Olivier Matz