From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 28 Mar 2017 19:50:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,239,1486454400"; d="scan'208";a="80430093" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga005.jf.intel.com with ESMTP; 28 Mar 2017 19:50:09 -0700 Date: Wed, 29 Mar 2017 10:47:52 +0800 From: Yuanhan Liu To: Bruce Richardson Cc: olivier.matz@6wind.com, thomas.monjalon@6wind.com, dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <20170328203606.27457-1-bruce.richardson@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v4 00/14] refactor and cleanup of rte_ring X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 02:50:11 -0000 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