From: Jan Viktorin Date: Wed, 9 Dec 2015 15:16:17 +0000 (+0100) Subject: config: use unaligned types for ARMv7 X-Git-Tag: spdx-start~7578 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=e7d088780e0feeb698bbfdb68d5c6c9f3fb54b42;p=dpdk.git config: use unaligned types for ARMv7 This patch reduces number of warnings from 53 to 40. It removes the usual false positives utilizing unaligned_uint*_t data types. Signed-off-by: Jan Viktorin --- diff --git a/config/defconfig_arm-armv7a-linuxapp-gcc b/config/defconfig_arm-armv7a-linuxapp-gcc index 1e71a8c6aa..8a14fd7090 100644 --- a/config/defconfig_arm-armv7a-linuxapp-gcc +++ b/config/defconfig_arm-armv7a-linuxapp-gcc @@ -39,6 +39,7 @@ CONFIG_RTE_ARCH_ARM_TUNE="cortex-a9" CONFIG_RTE_ARCH_ARM_NEON=y CONFIG_RTE_FORCE_INTRINSICS=y +CONFIG_RTE_ARCH_STRICT_ALIGN=y CONFIG_RTE_TOOLCHAIN="gcc" CONFIG_RTE_TOOLCHAIN_GCC=y