<snip> > > -----Original Message----- > > From: Rahul Bhansali <[email protected]> > > Sent: Monday, May 9, 2022 6:20 PM > > To: [email protected]; Jan Viktorin <[email protected]>; Ruifeng Wang > > <[email protected]>; Bruce Richardson > <[email protected]> > > Cc: [email protected]; Rahul Bhansali <[email protected]> > > Subject: [PATCH v4 2/2] config/arm: disable SVE ACLE for cn10k > > > > This disable the sve_acle flag for cn10k. > > > > Performance impact:- > > With l3fwd example, lpm lookup performance increased by ~21% if Neon > > is used instead of SVE. Suggest changing this commit log as follows: "With l3fwd example, lpm lookup performance increased by ~21% if Neon is used instead of SVE. Hence, disable sve_acle flag for cn10k".
> > > > Signed-off-by: Rahul Bhansali <[email protected]> > > --- > Acked-by: Ruifeng Wang <[email protected]>

