[dpdk-dev] [PATCH] ixgbe:Prevent redefinition of bool if compiling using c++

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jul 18 15:54:32 CEST 2016


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?


More information about the dev mailing list