[dpdk-dev] [PATCH 2/2] eal: Fix compilation on C++

2015-08-17 Thread Thomas Monjalon
2015-08-17 17:29, Thomas Monjalon: > 2015-07-03 21:51, Joongi Kim: > > * Forward declaration of enum in C++ requires explicit underlying > >type definitions. > > > > * This fixes the issue at: > >http://dpdk.org/ml/archives/dev/2015-April/017065.html > > > > Signed-off-by: Joongi Kim >

[dpdk-dev] [PATCH 2/2] eal: Fix compilation on C++

2015-08-17 Thread Thomas Monjalon
2015-07-03 21:51, Joongi Kim: > * Forward declaration of enum in C++ requires explicit underlying >type definitions. > > * This fixes the issue at: >http://dpdk.org/ml/archives/dev/2015-April/017065.html > > Signed-off-by: Joongi Kim Does the problem appear only with rte_hash_crc.h in

[dpdk-dev] [PATCH 2/2] eal: Fix compilation on C++

2015-07-03 Thread Joongi Kim
* Forward declaration of enum in C++ requires explicit underlying type definitions. * This fixes the issue at: http://dpdk.org/ml/archives/dev/2015-April/017065.html Signed-off-by: Joongi Kim --- lib/librte_eal/common/include/arch/x86/rte_cpuflags.h | 4 ++-- lib/librte_eal/common/incl