[RFC 3/3] arm: remove no longer used RTE_ARCH_STRICT_ALIGN
Stephen Hemminger
stephen at networkplumber.org
Sat Sep 5 00:09:08 CEST 2026
The RTE_ARCH_STRICT_ALIGN flag is no longer used anywhere
in the DPDK tree. It is safe to drop from arm.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
config/arm/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/config/arm/meson.build b/config/arm/meson.build
index 27b549a052..f1f2f3e260 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -46,7 +46,6 @@ implementer_generic = {
'compiler_options': ['-mfpu=auto'],
'flags': [
['RTE_ARCH_ARM_NEON_MEMCPY', false],
- ['RTE_ARCH_STRICT_ALIGN', true],
['RTE_ARCH_ARMv8_AARCH32', true],
['RTE_ARCH', 'armv8_aarch32'],
['RTE_CACHE_LINE_SIZE', 64]
--
2.53.0
More information about the dev
mailing list