Re: [dpdk-dev] [PATCH] eal: add include for rte_byteorder on ARM

2021-06-06 Thread Jerin Jacob
On Fri, Jun 4, 2021 at 5:18 PM Michael Pfeiffer wrote: > > Including rte_byteorder.h may fail for ARM builds with 'Platform must > be built with RTE_FORCE_INTRINSICS' if rte_config.h is not included > before. Include rte_config.h from rte_byteorder.h to solve the issue. > > Signed-off-by: Michael

[dpdk-dev] [PATCH] eal: add include for rte_byteorder on ARM

2021-06-04 Thread Michael Pfeiffer
Including rte_byteorder.h may fail for ARM builds with 'Platform must be built with RTE_FORCE_INTRINSICS' if rte_config.h is not included before. Include rte_config.h from rte_byteorder.h to solve the issue. Signed-off-by: Michael Pfeiffer --- lib/eal/arm/include/rte_byteorder.h | 9 + 1