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

2021-06-09 Thread Jerin Jacob
On Wed, Jun 9, 2021 at 3:48 PM Michael Pfeiffer wrote: > > Including various headers may fail for ARM builds with 'Platform must > be built with RTE_FORCE_INTRINSICS' if rte_config.h is not included > before. Move the error message after the includes to ensure rte_config.h > is always included. >

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

2021-06-09 Thread Ruifeng Wang
> -Original Message- > From: Michael Pfeiffer > Sent: Wednesday, June 9, 2021 6:18 PM > To: Jan Viktorin ; Ruifeng Wang > ; jer...@marvell.com > Cc: dev@dpdk.org; Michael Pfeiffer ; > sta...@dpdk.org; ko...@rehivetech.com; Phil Yang ; > Joyce Kong > Subject: [PATCH v5] eal: arm: fix out o

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

2021-06-09 Thread Michael Pfeiffer
Including various headers may fail for ARM builds with 'Platform must be built with RTE_FORCE_INTRINSICS' if rte_config.h is not included before. Move the error message after the includes to ensure rte_config.h is always included. Fixes: de966ccdcd7f ("eal/arm: add byte order operations for ARM")