[PATCH] config/arm: fix march features not being set
Jerin Jacob
jerinj at marvell.com
Mon Mar 10 15:23:27 CET 2025
> -----Original Message-----
> From: pbhagavatula at marvell.com <pbhagavatula at marvell.com>
> Sent: Saturday, March 8, 2025 2:29 PM
> To: Jerin Jacob <jerinj at marvell.com>; Wathsala Vithanage
> <wathsala.vithanage at arm.com>; Bruce Richardson
> <bruce.richardson at intel.com>
> Cc: dev at dpdk.org; Pavan Nikhilesh Bhagavatula <pbhagavatula at marvell.com>
> Subject: [PATCH] config/arm: fix march features not being set
>
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
>
> Fix extra_march_features not being added to mcpu flags when SoC
> configuration advertises them.
>
> Fixes: c02c01dbf907 ("config/arm: prefer strict use of -mcpu if supported")
Acked-by: Jerin Jacob <jerinj at marvell.com>
Wathsala, Could you review this patch so that it can be part of rc3. Following machines configs are broken
[main]dell[dpdk.org] $ git grep -p extra_march_features
config/arm/meson.build=soc_cn10k = {
config/arm/meson.build: 'extra_march_features': ['crypto'],
config/arm/meson.build=soc_grace = {
config/arm/meson.build: 'extra_march_features': ['crypto'],
config/arm/meson.build=soc_graviton3 = {
config/arm/meson.build: 'extra_march_features': ['crypto'],
config/arm/meson.build=soc_graviton4 = {
config/arm/meson.build: 'extra_march_features': ['crypto'],
config/arm/meson.build=soc_odyssey = {
config/arm/meson.build: 'extra_march_features': ['crypto'],
More information about the dev
mailing list