Re: [PATCH v4 1/2] config: correct cpu instruction set for cross build

2024-03-06 Thread Thomas Monjalon
> > > > The platform value would be 'native' only when not cross build. > > > > Move the operation about modifying cpu_instruction_set while platform > > > > equals 'native' to the not cross build branch. > > > > > > > > Fixes: bf66003b51ec ("build: use platform for generic and native > > > > build

RE: [PATCH v4 1/2] config: correct cpu instruction set for cross build

2024-01-19 Thread Pavan Nikhilesh Bhagavatula
gt; > To: Joyce Kong > > Cc: tho...@monjalon.net; Ruifeng Wang ; > > bruce.richard...@intel.com; dev@dpdk.org; nd ; > > sta...@dpdk.org > > Subject: Re: [PATCH v4 1/2] config: correct cpu instruction set for cross > build > > > > On Tue, 5 Dec 2023 03:52:58 + > &

RE: [PATCH v4 1/2] config: correct cpu instruction set for cross build

2023-12-07 Thread Joyce Kong
> -Original Message- > From: Stephen Hemminger > Sent: Friday, December 8, 2023 6:41 AM > To: Joyce Kong > Cc: tho...@monjalon.net; Ruifeng Wang ; > bruce.richard...@intel.com; dev@dpdk.org; nd ; > sta...@dpdk.org > Subject: Re: [PATCH v4 1/2] config: correct

Re: [PATCH v4 1/2] config: correct cpu instruction set for cross build

2023-12-07 Thread Stephen Hemminger
On Tue, 5 Dec 2023 03:52:58 + Joyce Kong wrote: > The platform value would be 'native' only when not cross build. > Move the operation about modifying cpu_instruction_set while > platform equals 'native' to the not cross build branch. > > Fixes: bf66003b51ec ("build: use platform for generi