From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 85824209BC; Tue, 6 Jun 2017 16:35:04 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 06 Jun 2017 16:35:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=LZNN/UJB6+5b8N7 aWEomeEe/CAOfctK/lJUD1KTijZA=; b=dC0BV8NJyvjS1WJoxzkEnhO8ELMi+S9 ZAGK68vy5/KdX4VZTSryZp36TxPS50FcLtgMgKIGJax9fu40K1NfpPJ+E94Kcdb2 lhXl0U4oWdV8XbEPJLqNc0S5sNsm5tdO1Re2lgm6idU7hDRVl4y0URFGTDCE75xC pXtLg2YFltq8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=LZNN/UJB6+5b8N7aWEomeEe/CAOfctK/lJUD1KTijZA=; b=I9KiuLXU KhXoEMfdflfd06fG5zRHxKRkigdm/kgyiFwdDQ6hZrq7y+KZzNI8WXkTXohoGhP3 ryYKjj18yzyduwn4W1AC22n9mgf+F3q54QaWi2u1okHTO6YU+lHCkZDEOn9rSSsc bxPop3jXOQoVQrnzc+pGM6lHOxw9xJPfILM6NuIglsh2u6CuD3PkYYOX/Lk2bVIl NRqa4i7Dhgs0klF4RwidFZFAGyOqQM49igVjBn2F+72Bp1oq3wlW0TczKMqTIGNL Zg4m8whQuJoFuLV9tYJL0P6ORy6y6ErszfdI8vCk8waE1NKXsGK8eiu/7VqQRUIA FDVhmDwgGmkrQg== X-ME-Sender: X-Sasl-enc: xvZQTdR1k1JmtseAovrHHeq7E4/KvfMO5D8bgGHfwuO2 1496781304 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3549C7E7AA; Tue, 6 Jun 2017 16:35:04 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org, Bruce Richardson , ferruh.yigit@intel.com Date: Tue, 06 Jun 2017 22:35:02 +0200 Message-ID: <1918759.RKkc4OG49T@xps> In-Reply-To: <20170515080751.GA57672@bricha3-MOBL3.ger.corp.intel.com> References: <20170513092728.30050-1-jerin.jacob@caviumnetworks.com> <20170515080751.GA57672@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/4] eal: introduce the rte macro for always inline 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, 06 Jun 2017 20:35:05 -0000 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