From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: [PATCH 0/3] fix C++ includes Date: Fri, 5 Feb 2016 18:06:06 +0100 Message-ID: <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-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id C5191C330 for ; Fri, 5 Feb 2016 18:08:14 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id g62so56738371wme.0 for ; Fri, 05 Feb 2016 09:08:14 -0800 (PST) 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 error appears from DPDK head= ers. 2 libraries are not fixed in this series: - cmdline - vhost which includes some not compliant Linux virtio headers 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 | 15 +++++++++------ lib/librte_hash/rte_jhash.h | 2 +- lib/librte_mbuf_offload/rte_mbuf_offload.h | 5 ++++- 3 files changed, 14 insertions(+), 8 deletions(-) --=20 2.7.0