From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f172.google.com (mail-we0-f172.google.com [74.125.82.172]) by dpdk.org (Postfix) with ESMTP id 59D9E6886 for ; Mon, 24 Mar 2014 19:21:56 +0100 (CET) Received: by mail-we0-f172.google.com with SMTP id t61so3716730wes.31 for ; Mon, 24 Mar 2014 11:23:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=4ayJwpUMTcTEmosfW2XDuMRARECuqE+hLzaGGdExE94=; b=LXzQeKtPZEskgiwfH7O2/X2EjZAPTahOG8L3b1cZx8tIc0b43EmWksMtjsFl0L6bZ7 DqPOgVuYcxqv4bnURa6hNpj+KhpQBMm1A1gRMV/WeUlZbTCpAzsN386/prGBKefDfFSI Uu+jNusC0Nr4avmp67HTCNYgtWGk9RJSo0fB/kHYzPVbtHgvtoqht4EPVIFEF9lX6s0l 8uLQpLT8AQnkmE2AIxrRNKdySSW3Bva+EH1tLmBYRGGaKw+OX2bR5OS7Kn2mtdGVujjZ FCjc0P9WwGKqCEK94d1cPxF/SbScNfNEyMFAh8KPv5d6gylR1TJFAFJaq2KkN20U7THM LP2Q== X-Gm-Message-State: ALoCoQlifixisBZIuD9KcB7BAQh3abWMR90FzIgWmzbOdiTvcbg3HrON8z7fBZs72lkAYGkS4SM8 X-Received: by 10.180.92.196 with SMTP id co4mr16780871wib.50.1395685409313; Mon, 24 Mar 2014 11:23:29 -0700 (PDT) Received: from xps13.localnet (13.17.90.92.rev.sfr.net. [92.90.17.13]) by mx.google.com with ESMTPSA id n3sm41415231wix.10.2014.03.24.11.23.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 11:23:28 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 24 Mar 2014 19:23:18 +0100 Message-ID: <2057666.qCCx434ZCK@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <20140307181427.254643901@vyatta.com> References: <20140307181335.024904493@vyatta.com> <20140307181427.254643901@vyatta.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 4/6] mempool: use GCC push/pop X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 18:21:56 -0000 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