RE: [PATCH v1] config/arm: correct cpu arch for cross build

2023-11-06 Thread Joyce Kong
> -Original Message- > From: Thomas Monjalon > Sent: Monday, November 6, 2023 11:38 PM > To: Ruifeng Wang > Cc: dev@dpdk.org; Bruce Richardson ; nd > ; Paul Szczepanek ; Joyce Kong > > Subject: Re: [PATCH v1] config/arm: correct cpu arch for cross build > >

Re: [PATCH v1] config/arm: correct cpu arch for cross build

2023-11-06 Thread Thomas Monjalon
gt; > > > Subject: Re: [PATCH v1] config/arm: correct cpu arch for cross build > > > > 18/10/2023 07:40, Joyce Kong: > > > > From: Thomas Monjalon > > > > 22/08/2023 09:47, Joyce Kong: > > > > > The cn10k cross build file sets cpu to '

RE: [PATCH v1] config/arm: correct cpu arch for cross build

2023-11-06 Thread Joyce Kong
> -Original Message- > From: Thomas Monjalon > Sent: Monday, November 6, 2023 10:10 PM > To: Ruifeng Wang ; Joyce Kong > > Cc: dev@dpdk.org; Bruce Richardson ; > dev@dpdk.org; nd ; Paul Szczepanek > > Subject: Re: [PATCH v1] config/arm: correct cpu arch for

Re: [PATCH v1] config/arm: correct cpu arch for cross build

2023-11-06 Thread Thomas Monjalon
18/10/2023 07:40, Joyce Kong: > > From: Thomas Monjalon > > 22/08/2023 09:47, Joyce Kong: > > > The cn10k cross build file sets cpu to 'armv8.6-a' while > > > N2 is armv8.5-a arch. > > > The cpu field in the cross file doesn't take effect as > > > config/arm/meson.build controls machine_args for m

RE: [PATCH v1] config/arm: correct cpu arch for cross build

2023-10-17 Thread Joyce Kong
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, October 18, 2023 3:42 AM > To: Joyce Kong > Cc: Ruifeng Wang ; Bruce Richardson > ; dev@dpdk.org; nd > Subject: Re: [PATCH v1] config/arm: correct cpu arch for cross build > > 22/08/2023 09:47

Re: [PATCH v1] config/arm: correct cpu arch for cross build

2023-10-17 Thread Thomas Monjalon
22/08/2023 09:47, Joyce Kong: > The cn10k cross build file sets cpu to 'armv8.6-a' while > N2 is armv8.5-a arch. > The cpu field in the cross file doesn't take effect as > config/arm/meson.build controls machine_args for march. > Then correct the value in arm cross files to 'auto'. I don't get it.