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 4F3837CBA for ; Thu, 1 Jun 2017 13:59:17 +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; 01 Jun 2017 04:59:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,279,1493708400"; d="scan'208";a="109621926" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.42]) by fmsmga006.fm.intel.com with SMTP; 01 Jun 2017 04:59:14 -0700 Received: by (sSMTP sendmail emulation); Thu, 01 Jun 2017 12:59:14 +0100 Date: Thu, 1 Jun 2017 12:59:13 +0100 From: Bruce Richardson To: Jerin Jacob Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com Message-ID: <20170601115913.GB40092@bricha3-MOBL3.ger.corp.intel.com> References: <20170513092728.30050-1-jerin.jacob@caviumnetworks.com> <20170601115729.GA40092@bricha3-MOBL3.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170601115729.GA40092@bricha3-MOBL3.ger.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.1 (2017-04-11) 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: Thu, 01 Jun 2017 11:59:18 -0000 On Thu, Jun 01, 2017 at 12:57:30PM +0100, Bruce Richardson wrote: > 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 > > --- > > This patch has the following false positive checkpatch warning: > > > Definitely good to have. > > Acked-by: Bruce Richardson > Just noticed I already acked this set before! Can this please be merged soon, so we can have these macros available for use in other patches. Thanks, /Bruce