Re: [dpdk-dev] [PATCH v2 6/8] eal: move common header files

2020-03-30 Thread David Marchand
On Fri, Mar 27, 2020 at 2:17 AM Thomas Monjalon wrote: > > The EAL API (with doxygen documentation) is moved from > common/include/ to include/, which makes more clear that > it is the global API for all environments and architectures. > > Note that the arch-specific and OS-specific include files

[dpdk-dev] [PATCH v2 6/8] eal: move common header files

2020-03-26 Thread Thomas Monjalon
The EAL API (with doxygen documentation) is moved from common/include/ to include/, which makes more clear that it is the global API for all environments and architectures. Note that the arch-specific and OS-specific include files are not in this global include directory, but include/generic/ shou