From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com [209.85.218.44]) by dpdk.org (Postfix) with ESMTP id D69537EC4 for ; Fri, 7 Nov 2014 07:05:25 +0100 (CET) Received: by mail-oi0-f44.google.com with SMTP id h136so1958390oig.3 for ; Thu, 06 Nov 2014 22:14:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=f8URTCuQadQpo3NnJV1kofSyuSZjIyQKhn9W7b0gKVI=; b=STvX2pK/1c/SIKsrbgohKQo5pPOlXCz5DA4XzI6TBgHa9/wubsYA754CZlE91hx+UI cXsTIX5XNRpCsztXEkwdudEmcjyhuJI85FGJJ89Yp9OGbxxFiNDXZucPGK2ghrHbO7OK oh5NChX1TvaI0zOA4uUU6ZMMPzrGl/XChzO+e/LyqkG0GyTP9kqid+yBwIJipQdnd3dL PjwQV/PttAXcaiBrDdcxfhKRrm+axY3jJdrdTz2voNj4zVo+2v1QDCGcQR4ZVP6Fl6Gs bmlfyTU3WjsFVdNKDICBJyPnSSQ0u1fPLRkWFa8aOvu+GIb1iOZj3hQ/r/n8k8XVIr3h 8A1w== X-Gm-Message-State: ALoCoQk+ie/3wlpR/ropMeqhsBZ5HH9E373kK8hXR2saAIXmNLd3jgVC6tUzGMjlob/HY7Xy92Nr MIME-Version: 1.0 X-Received: by 10.202.227.73 with SMTP id a70mr7382477oih.59.1415340895777; Thu, 06 Nov 2014 22:14:55 -0800 (PST) Received: by 10.202.55.214 with HTTP; Thu, 6 Nov 2014 22:14:55 -0800 (PST) In-Reply-To: References: <1808251.0PKkz7l9rY@xps13> Date: Fri, 7 Nov 2014 07:14:55 +0100 Message-ID: From: David Marchand To: Keunhong Lee Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] Bugs in newest patches 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 06:05:26 -0000 Hello, On Fri, Nov 7, 2014 at 2:26 AM, Keunhong Lee wrote: > I did not included the generic header directly. > I thought that this nested "extern C" is intended, > however, according to your reply, this might be removed at all. > > There is a remaining > """ > #ifdef _cplusplus > } > #endif > """ > at the end of "generic/rte_cycles.h". > I think this should be removed. This causes compile error on C++. > Argh, good catch. I will send a fix (it looks to be the only one remaining). -- David Marchand