From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2017 17:31:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,424,1503385200"; d="scan'208";a="166681849" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.136]) ([10.241.225.136]) by fmsmga006.fm.intel.com with ESMTP; 23 Oct 2017 17:31:22 -0700 To: Thomas Monjalon Cc: dev@dpdk.org References: <20171023231251.90845-1-ferruh.yigit@intel.com> <20171023231534.90996-1-ferruh.yigit@intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 23 Oct 2017 17:31:22 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171023231534.90996-1-ferruh.yigit@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/3] ethdev: extract xstat basic stat count calculation 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: Tue, 24 Oct 2017 00:31:25 -0000 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.