From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/4] eal: introduce the rte macro for always inline Date: Tue, 06 Jun 2017 22:35:02 +0200 Message-ID: <1918759.RKkc4OG49T@xps> References: <20170513092728.30050-1-jerin.jacob@caviumnetworks.com> <20170515080751.GA57672@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , ferruh.yigit@intel.com To: Jerin Jacob Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 59FD55688 for ; Tue, 6 Jun 2017 22:35:05 +0200 (CEST) In-Reply-To: <20170515080751.GA57672@bricha3-MOBL3.ger.corp.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" 15/05/2017 10:07, Bruce Richardson: > On Sat, May 13, 2017 at 02:57:25PM +0530, Jerin Jacob wrote: > > Different drivers use internal macros like force_inline for compiler > > always inline feature. > > Standardizing it through __rte_always_inline macro. > > > > Signed-off-by: Jerin Jacob > > --- > > Good cleanup. > > Series Acked-by: Bruce Richardson Applied, thanks