From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH v2 0/3] fix C++ includes Date: Tue, 16 Feb 2016 08:14:22 +0100 Message-ID: <1455606865-22680-1-git-send-email-thomas.monjalon@6wind.com> References: <1454691969-25734-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: pablo.de.lara.guarch@intel.com, declan.doherty@intel.com, remy.horton@intel.com Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 7A99D6837 for ; Tue, 16 Feb 2016 08:16:04 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id g62so177839758wme.0 for ; Mon, 15 Feb 2016 23:16:04 -0800 (PST) In-Reply-To: <1454691969-25734-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" When trying to build a C++ application, some errors appear from DPDK head= ers. 2 libraries are not fixed in this series: - cmdline - vhost which includes some not compliant Linux virtio headers v2: - move keep-alive struct out of header - fix syntax in mbuf_offload cast Thomas Monjalon (3): eal: fix keep alive header for C++ hash: fix header for C++ mbuf_offload: fix header for C++ lib/librte_eal/common/include/rte_keepalive.h | 37 +++------------------= ----- lib/librte_eal/common/rte_keepalive.c | 38 +++++++++++++++++++++= ++++++ lib/librte_hash/rte_jhash.h | 2 +- lib/librte_mbuf_offload/rte_mbuf_offload.h | 5 +++- 4 files changed, 46 insertions(+), 36 deletions(-) --=20 2.7.0