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 E97227CC4 for ; Thu, 1 Jun 2017 13:57:33 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 01 Jun 2017 04:57:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,279,1493708400"; d="scan'208";a="109621466" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.42]) by fmsmga006.fm.intel.com with SMTP; 01 Jun 2017 04:57:30 -0700 Received: by (sSMTP sendmail emulation); Thu, 01 Jun 2017 12:57:30 +0100 Date: Thu, 1 Jun 2017 12:57:30 +0100 From: Bruce Richardson To: Jerin Jacob Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@intel.com Message-ID: <20170601115729.GA40092@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.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:57:34 -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 > --- > This patch has the following false positive checkpatch warning: > Definitely good to have. Acked-by: Bruce Richardson