Re: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-31 Thread Juraj Linkeš
> n...@arm.com; Bruce Richardson ; > > dev@dpdk.org > > Subject: Re: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march > > conflicts > > > > On Wed, Jan 24, 2024 at 4:22 PM Pavan Nikhilesh Bhagavatula > > wrote: > > > > > > > > >

RE: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-30 Thread Pavan Nikhilesh Bhagavatula
an Nikhilesh Bhagavatula > > > Cc: Jerin Jacob ; ruifeng.w...@arm.com; > > > n...@arm.com; Bruce Richardson ; > > > dev@dpdk.org > > > Subject: Re: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march > > > conflicts > > &

Re: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-29 Thread Juraj Linkeš
> n...@arm.com; Bruce Richardson ; > > dev@dpdk.org > > Subject: Re: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march > > conflicts > > > > On Mon, Jan 22, 2024 at 12:54 PM Pavan Nikhilesh Bhagavatula > > wrote: > > > > > > > On Su

RE: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-24 Thread Pavan Nikhilesh Bhagavatula
> -Original Message- > From: Juraj Linkeš > Sent: Monday, January 22, 2024 9:57 PM > To: Pavan Nikhilesh Bhagavatula > Cc: Jerin Jacob ; ruifeng.w...@arm.com; > n...@arm.com; Bruce Richardson ; > dev@dpdk.org > Subject: Re: [EXT] Re: [PATCH 1/2] config/a

Re: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-22 Thread Juraj Linkeš
On Mon, Jan 22, 2024 at 12:54 PM Pavan Nikhilesh Bhagavatula wrote: > > > On Sun, Jan 21, 2024 at 10:37 AM wrote: > > > > > > From: Pavan Nikhilesh > > > > > > The compiler options march and mtune are a subset > > > of mcpu and will lead to conflicts if improper march > > > is chosen for a given

RE: [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-22 Thread Pavan Nikhilesh Bhagavatula
> On Sun, Jan 21, 2024 at 10:37 AM wrote: > > > > From: Pavan Nikhilesh > > > > The compiler options march and mtune are a subset > > of mcpu and will lead to conflicts if improper march > > is chosen for a given mcpu. > > To avoid conflicts, force part number march when > > mcpu is available and

Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-22 Thread Juraj Linkeš
On Sun, Jan 21, 2024 at 10:37 AM wrote: > > From: Pavan Nikhilesh > > The compiler options march and mtune are a subset > of mcpu and will lead to conflicts if improper march > is chosen for a given mcpu. > To avoid conflicts, force part number march when > mcpu is available and is supported by t

Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-21 Thread Ruifeng Wang
+Cc On 2024/1/21 5:36 PM, pbhagavat...@marvell.com wrote: From: Pavan Nikhilesh The compiler options march and mtune are a subset of mcpu and will lead to conflicts if improper march is chosen for a given mcpu. To avoid conflicts, force part number march when mcpu is available and is supported

[PATCH 1/2] config/arm: avoid mcpu and march conflicts

2024-01-21 Thread pbhagavatula
From: Pavan Nikhilesh The compiler options march and mtune are a subset of mcpu and will lead to conflicts if improper march is chosen for a given mcpu. To avoid conflicts, force part number march when mcpu is available and is supported by the compiler. Example: march = armv9-a m