Re: [PATCH] config/arm: fix march features not being set

2025-03-18 Thread Thomas Monjalon
> > From: Pavan Nikhilesh > > > > 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 Applied, thanks.

RE: [PATCH] config/arm: fix march features not being set

2025-03-18 Thread Pavan Nikhilesh Bhagavatula
> -Original Message- > From: Pavan Nikhilesh Bhagavatula > Sent: Thursday, March 13, 2025 10:13 AM > To: Wathsala Wathawana Vithanage ; Jerin > Jacob ; Bruce Richardson > Cc: dev@dpdk.org; nd > Subject: RE: [PATCH] config/arm: fix march features not being set >

RE: [PATCH] config/arm: fix march features not being set

2025-03-12 Thread Pavan Nikhilesh Bhagavatula
> Hi Pavan, > > I think this patch does the right thing. I have a minor comment on the > cc.has_argument you have added. > > > --- > > config/arm/meson.build | 11 --- > > 1 file changed, 8 insertions(+), 3 deletions(-) > > > > diff --git a/config/arm/meson.build b/config/arm/meson.build

RE: [PATCH] config/arm: fix march features not being set

2025-03-12 Thread Wathsala Wathawana Vithanage
Hi Pavan, I think this patch does the right thing. I have a minor comment on the cc.has_argument you have added. > --- > config/arm/meson.build | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/config/arm/meson.build b/config/arm/meson.build index > dea329ceb7

RE: [PATCH] config/arm: fix march features not being set

2025-03-11 Thread Wathsala Wathawana Vithanage
h Bhagavatula ; > tho...@monjalon.net; Honnappa Nagarahalli > > Subject: RE: [PATCH] config/arm: fix march features not being set > > > -Original Message- > > From: pbhagavat...@marvell.com > > Sent: Saturday, March 8, 2025 2:29 PM > > To: Jerin Jacob ; W

RE: [PATCH] config/arm: fix march features not being set

2025-03-11 Thread Jerin Jacob
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Saturday, March 8, 2025 2:29 PM > To: Jerin Jacob ; Wathsala Vithanage > ; Bruce Richardson > > Cc: dev@dpdk.org; Pavan Nikhilesh Bhagavatula > Subject: [PATCH] config/arm: fix march features not being set > > From: Pavan Nik