From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id EA67F7F30 for ; Fri, 7 Nov 2014 12:12:22 +0100 (CET) Received: by mail-wi0-f171.google.com with SMTP id r20so4214322wiv.10 for ; Fri, 07 Nov 2014 03:21:54 -0800 (PST) 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=guJHXvt+VfTObev5AfgCnluw7DqOde3mYrqWveIbzVc=; b=e7RhV/iRvBL2qWZiWH+H6+/PgbJl76dgSN28VjTTL3mhJgWAnrlU1wjltDIUu+1PDc ECv8vyLM+Xv3RJx1T212SfugPkLLvLyzG3qGkT3S9DiaXSZELOfCJdjkkgf/Esq7QcUH thRHcMKEyBtQ91xJ7qFGrJK8RLGnFwhnHn60L03Z7WJngLXkrWZZql/WRFt/QdvT3+Ig E1gFB8MDMFoM655JaQPPRl86L0aX1nyRMWnqJtNouCa+O3MJCoVwqqwQ5dEWFaAtTEUg KC2n74pacRC35KLwgQoWJk0qkM75DW82Oj9Vo+riQ3kGwnFohdd2S3N4E3zwhz+Shirb V0ug== X-Gm-Message-State: ALoCoQnrxE3fGWU0po2MgpYmo7coDq3rQrdZDD9ItPFPry05i/9XvPelvkDgtEiZsL4atkQY1Y/Z X-Received: by 10.180.82.170 with SMTP id j10mr4067097wiy.35.1415359313814; Fri, 07 Nov 2014 03:21:53 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fa7sm11398618wjd.27.2014.11.07.03.21.52 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Nov 2014 03:21:53 -0800 (PST) From: Thomas Monjalon To: David Marchand , Keunhong Lee Date: Fri, 07 Nov 2014 12:21:32 +0100 Message-ID: <202194890.Ny9Xhc7BPm@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1415341580-28210-1-git-send-email-david.marchand@6wind.com> References: <1415341580-28210-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] eal: fix C++ compilation issue after headers rework 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: Fri, 07 Nov 2014 11:12:23 -0000 > Following the big headers rework, all C++ stuff has moved to arch-specific > headers. The generic headers should not contain this so that this is done only > once. > There was a remaining #ifdef __cplusplus in "eal: split CPU cycle operation to > architecture specific" (fa4001c30ee9). > > Reported-by: Keunhong Lee > Signed-off-by: David Marchand Acked-by: Thomas Monjalon Applied Thanks -- Thomas