From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 4/6] mempool: use GCC push/pop Date: Mon, 24 Mar 2014 19:23:18 +0100 Message-ID: <2057666.qCCx434ZCK@xps13> References: <20140307181335.024904493@vyatta.com> <20140307181427.254643901@vyatta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org, Stephen Hemminger To: Stephen Hemminger Return-path: In-Reply-To: <20140307181427.254643901-ZtmgI6mnKB3QT0dZR+AlfA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 07/03/2014 10:13, Stephen Hemminger: > The include file should not change the GCC compile options for > the whole file being compiled, but only for the one inline function > that needs it. Using the push_options/pop_options fixes this. > > Signed-off-by: Stephen Hemminger Acked and applied for version 1.6.0r2. Thank you -- Thomas