> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Saturday, March 8, 2025 2:29 PM > To: Jerin Jacob <[email protected]>; Wathsala Vithanage > <[email protected]>; Bruce Richardson > <[email protected]> > Cc: [email protected]; Pavan Nikhilesh Bhagavatula <[email protected]> > Subject: [PATCH] config/arm: fix march features not being set > > From: Pavan Nikhilesh <[email protected]> > > 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 <[email protected]> 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'],

