From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 1/3] ethdev: extract xstat basic stat count calculation Date: Mon, 23 Oct 2017 17:31:22 -0700 Message-ID: References: <20171023231251.90845-1-ferruh.yigit@intel.com> <20171023231534.90996-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E152F1B70F for ; Tue, 24 Oct 2017 02:31:24 +0200 (CEST) In-Reply-To: <20171023231534.90996-1-ferruh.yigit@intel.com> Content-Language: en-US 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 10/23/2017 4:15 PM, Ferruh Yigit wrote: > Extract into static inline function so that can be used by other > functions. > > Signed-off-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.