From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe:Prevent redefinition of bool if compiling using c++ Date: Mon, 18 Jul 2016 15:54:32 +0200 Message-ID: <24085954.MYZGtIaJgz@xps13> References: <20160718133630.58012-1-ibarnea@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Ido Barnea (ibarnea)" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 6159C3772 for ; Mon, 18 Jul 2016 15:54:34 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id i5so117970808wmg.0 for ; Mon, 18 Jul 2016 06:54:34 -0700 (PDT) In-Reply-To: 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" Hi, DPDK is a C code and do not support C++ compilation. Only the exposed headers have some C++ support requirements. > drivers/net/ixgbe/base/ixgbe_osdep.h | 2 ++ Patching this file for C++ will be probably rejected, sorry. I'm interested to understand what is your need?