From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 6B4CE11D4 for ; Mon, 15 May 2017 10:08:27 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP; 15 May 2017 01:08:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,343,1491289200"; d="scan'208";a="856855442" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.42]) by FMSMGA003.fm.intel.com with SMTP; 15 May 2017 01:07:53 -0700 Received: by (sSMTP sendmail emulation); Mon, 15 May 2017 09:07:53 +0100 Date: Mon, 15 May 2017 09:07:52 +0100 From: Bruce Richardson To: Jerin Jacob Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com Message-ID: <20170515080751.GA57672@bricha3-MOBL3.ger.corp.intel.com> References: <20170513092728.30050-1-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170513092728.30050-1-jerin.jacob@caviumnetworks.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.0 (2017-02-23) 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: Mon, 15 May 2017 08:08:27 -0000 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