Re: [dpdk-dev] [PATCH v3] eal: arm: fix out of tree build

2021-06-08 Thread Ruifeng Wang
> -Original Message- > From: Michael Pfeiffer > Sent: Monday, June 7, 2021 2:53 PM > To: Jan Viktorin ; Ruifeng Wang > ; jer...@marvell.com > Cc: dev@dpdk.org; Michael Pfeiffer ; > ko...@rehivetech.com; sta...@dpdk.org > Subject: [PATCH v3] eal: arm: fix out of tree build > > Including rt

[dpdk-dev] [PATCH v3] eal: arm: fix out of tree build

2021-06-06 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. Fixes: de966ccdcd7f ("eal/arm: add byte order operations for ARM") Cc: ko...@rehivetech.co