Re: [dpdk-dev] [PATCH v3 00/14] Fixes for exported headers

2017-04-30 Thread Thomas Monjalon
26/04/2017 14:07, Adrien Mazarguil: > This series addresses the remaining issues seen by check-includes.sh in > exported headers. Most of them may cause compilation errors in user > applications: > > - Dependencies on missing includes. > - Non-standard C/C++ constructs usage without associated saf

[dpdk-dev] [PATCH v3 00/14] Fixes for exported headers

2017-04-26 Thread Adrien Mazarguil
This series addresses the remaining issues seen by check-includes.sh in exported headers. Most of them may cause compilation errors in user applications: - Dependencies on missing includes. - Non-standard C/C++ constructs usage without associated safeties. - Missing C++ awareness blocks. It also