[dpdk-dev] [PATCH] eal: fix C++ compilation issue after headers rework

2014-11-07 Thread Thomas Monjalon
> Following the big headers rework, all C++ stuff has moved to arch-specific > headers. The generic headers should not contain this so that this is done only > once. > There was a remaining #ifdef __cplusplus in "eal: split CPU cycle operation to > architecture specific" (fa4001c30ee9). > > Report

[dpdk-dev] [PATCH] eal: fix C++ compilation issue after headers rework

2014-11-07 Thread David Marchand
Following the big headers rework, all C++ stuff has moved to arch-specific headers. The generic headers should not contain this so that this is done only once. There was a remaining #ifdef __cplusplus in "eal: split CPU cycle operation to architecture specific" (fa4001c30ee9). Reported-by: Keunhon