Re: [dpdk-dev] [RFC PATCH v1] build: add platform meson option

2020-12-23 Thread Juraj Linkeš
> -Original Message- > From: Bruce Richardson > Sent: Friday, November 27, 2020 3:07 PM > To: Juraj Linkeš > Cc: tho...@monjalon.net; honnappa.nagaraha...@arm.com; dev@dpdk.org > Subject: Re: [RFC PATCH v1] build: add platform meson option > > On Fri, Nov 27, 2020 at 08:31:47AM +,

Re: [dpdk-dev] [RFC PATCH v1] build: add platform meson option

2020-11-27 Thread Bruce Richardson
On Fri, Nov 27, 2020 at 08:31:47AM +, Juraj Linkeš wrote: > > > > -Original Message- > > From: Bruce Richardson > > Sent: Thursday, November 26, 2020 5:03 PM > > To: Juraj Linkeš > > Cc: tho...@monjalon.net; honnappa.nagaraha...@arm.com; dev@dpdk.org > > Subject: Re: [RFC PATCH v1]

Re: [dpdk-dev] [RFC PATCH v1] build: add platform meson option

2020-11-27 Thread Juraj Linkeš
> -Original Message- > From: Bruce Richardson > Sent: Thursday, November 26, 2020 5:03 PM > To: Juraj Linkeš > Cc: tho...@monjalon.net; honnappa.nagaraha...@arm.com; dev@dpdk.org > Subject: Re: [RFC PATCH v1] build: add platform meson option > > On Thu, Nov 26, 2020 at 04:47:29PM +0100

Re: [dpdk-dev] [RFC PATCH v1] build: add platform meson option

2020-11-26 Thread Bruce Richardson
On Thu, Nov 26, 2020 at 04:47:29PM +0100, Juraj Linkeš wrote: > The current meson option 'machine' should only specify the ISA, which is > not sufficient for Arm, where setting ISA implies other setting as well. > Add a new meson option, 'platform', which differentiates the type of the > build (nat

[dpdk-dev] [RFC PATCH v1] build: add platform meson option

2020-11-26 Thread Juraj Linkeš
The current meson option 'machine' should only specify the ISA, which is not sufficient for Arm, where setting ISA implies other setting as well. Add a new meson option, 'platform', which differentiates the type of the build (native/generic) and sets machine accordingly, unless the user chooses to