From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] fix C++ includes Date: Sun, 21 Feb 2016 11:49:26 +0100 Message-ID: <2187937.BJCUaPLh2e@xps13> References: <1454691969-25734-1-git-send-email-thomas.monjalon@6wind.com> <1455606865-22680-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev@dpdk.org 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 201F0C5B2 for ; Sun, 21 Feb 2016 11:51:01 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id c200so132967024wme.0 for ; Sun, 21 Feb 2016 02:51:01 -0800 (PST) In-Reply-To: <1455606865-22680-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" 2016-02-16 08:14, Thomas Monjalon: > When trying to build a C++ application, some errors appear from DPDK headers. > 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++ Applied