On 4/25/2017 9:29 AM, Adrien Mazarguil wrote: > 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 addresses the incomplete implementation of E-Tag and NVGRE flow API > pattern items. > > Changes in v2: > > - Fixed (still) incomplete E-tag and NVGRE flow API documentation.
Hi Adrien, Thanks for fixing this. > - Renamed E-Tag item parameter "ecid_b" to "grp_ecid_b" in testpmd, to > reflect that both fields are set at once. > - Fixed remaining compilation issue with RTE_LIBRTE_EVENTDEV_DEBUG. > - Fixed avp include to avoid kernel module compilation issue pointed out > by Allain.