[dpdk-dev] [dpdk-dev, 07/10] lib: fix missing include dependencies

2016-04-06 Thread Jan Viktorin
On Wed, 6 Apr 2016 10:54:14 +0200 Adrien Mazarguil wrote: > Hi Jan, > > Replying below as well. > [...] > > > --- a/lib/librte_eal/common/include/arch/arm/rte_byteorder.h > > > +++ b/lib/librte_eal/common/include/arch/arm/rte_byteorder.h > > > @@ -37,6 +37,9 @@ > > > # error Platform must be

[dpdk-dev] [dpdk-dev, 07/10] lib: fix missing include dependencies

2016-04-06 Thread Adrien Mazarguil
Hi Jan, Replying below as well. On Tue, Apr 05, 2016 at 10:23:04PM +0200, Jan Viktorin wrote: > Hello Adrien, > > just quickly skimming through the ARM fixes... > > On Tue, 5 Apr 2016 16:08:07 +0200 > Adrien Mazarguil wrote: > > > Exported header files for use by applications should be self

[dpdk-dev] [dpdk-dev, 07/10] lib: fix missing include dependencies

2016-04-05 Thread Jan Viktorin
Hello Adrien, just quickly skimming through the ARM fixes... On Tue, 5 Apr 2016 16:08:07 +0200 Adrien Mazarguil wrote: > Exported header files for use by applications should be self sufficient and > allow out of order inclusion. Moreover, they must include all the system > headers they need fo