Re: [dpdk-dev] [PATCH v1 0/6] Address various issues with exported headers

2018-01-16 Thread Thomas Monjalon
21/12/2017 13:59, Adrien Mazarguil: > Adrien Mazarguil (6): > devtools: update check-includes exceptions > net/i40e: fix issue in exported header > flow_classify: fix issue in exported header > member: fix issue in exported header > fix missing includes in exported headers > net: fix rt

[dpdk-dev] [PATCH v1 0/6] Address various issues with exported headers

2017-12-21 Thread Adrien Mazarguil
Exported header files are installed system-wide and must be as clean and self-sufficient as possible. In particular they must not conflict with other system headers and cannot assume specific command-line options will be provided to the compiler by users, unless their absence is detected and trigge