config/arm: disable SVE ACLE for CN10K
authorRahul Bhansali <rbhansali@marvell.com>
Thu, 19 May 2022 13:28:30 +0000 (18:58 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 1 Jun 2022 22:36:35 +0000 (00:36 +0200)
commitb4ee9c07bdd429dbf0e5462e3259a70c088185ba
treeb87a4b3ebcca526d31e3731a12525fe4a5f6083e
parent4eea7c646182b2885f18caf5e3bfb13515a676fa
config/arm: disable SVE ACLE for CN10K

This disable the sve_acle flag for cn10k.

For native build, -Dplatform=cn10k will require to
get sve_acle flag parameter in the build.

Performance impact:-
With l3fwd example, lpm lookup performance increased
by ~21% if Neon is used instead of SVE. Hence, disabled
sve_acle flag for cn10k.

Signed-off-by: Rahul Bhansali <rbhansali@marvell.com>
Reviewed-by: Chengwen Feng <fengchengwen@huawei.com>
Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>
config/arm/meson.build