From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v4 00/14] refactor and cleanup of rte_ring Date: Wed, 29 Mar 2017 10:47:52 +0800 Message-ID: <20170329024752.GC18844@yliu-dev.sh.intel.com> References: <20170328203606.27457-1-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: olivier.matz@6wind.com, thomas.monjalon@6wind.com, dev@dpdk.org To: Bruce Richardson Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 318B11396 for ; Wed, 29 Mar 2017 04:50:11 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20170328203606.27457-1-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 Tue, Mar 28, 2017 at 09:35:52PM +0100, Bruce Richardson wrote: > This patchset make a set of, sometimes non-backward compatible, cleanup > changes to the rte_ring code in order to improve it. The resulting code is > shorter, since the existing functions are restructured to reduce code > duplication, as well as being more consistent in behaviour. The specific > changes made are explained in each patch which makes that change. > ... > 52 files changed, 664 insertions(+), 1472 deletions(-) ^^^ ^^^^ Great rework! Series Reviewed-by: Yuanhan Liu --yliu