Re: [PATCH v2] config/arm: fix Neoverse N2 march flag

2023-06-12 Thread Thomas Monjalon
> > From: Pavan Nikhilesh > > > > The -march flag of Neoverse N2 should be removed with the introduction of > > -mcpu='neoverse- > > n2' as they are incompatible. > > > > Fixes: ea85ed1f6882 ("config/arm: increase nodes and cores for Neoverse N2") > > > > Signed-off-by: Pavan Nikhilesh > > Te

RE: [PATCH v2] config/arm: fix Neoverse N2 march flag

2023-06-08 Thread Ruifeng Wang
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Friday, June 9, 2023 3:35 AM > To: jer...@marvell.com; Ruifeng Wang ; Bruce Richardson > > Cc: dev@dpdk.org; Pavan Nikhilesh ; Srikanth > Yalavarthi > > Subject: [PATCH v2] config/arm: fix Neoverse N2 march flag > > From: Pa