This disable the SVE flag for cn10k. Performance impact:- With l3fwd example, lpm lookup performance increased by ~21% if Neon is used instead of SVE.
Signed-off-by: Rahul Bhansali <rbhans...@marvell.com> --- config/arm/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/arm/meson.build b/config/arm/meson.build index dafb342cc6..39b7a1270c 100644 --- a/config/arm/meson.build +++ b/config/arm/meson.build @@ -281,7 +281,8 @@ soc_cn10k = { ], 'part_number': '0xd49', 'extra_march_features': ['crypto'], - 'numa': false + 'numa': false, + 'sve': false } soc_dpaa = { -- 2.25.1