Re: [dpdk-dev] [PATCH v7] build: use platform for generic and native builds

2021-07-09 Thread Juraj Linkeš
@gmail.com > Subject: Re: [dpdk-dev] [PATCH v7] build: use platform for generic and native > builds > > 07/07/2021 15:59, Bruce Richardson: > > On Tue, Jul 06, 2021 at 11:44:28AM +0200, Juraj Linkeš wrote: > > > The current meson option 'machine' should only

Re: [dpdk-dev] [PATCH v7] build: use platform for generic and native builds

2021-07-09 Thread Thomas Monjalon
07/07/2021 15:59, Bruce Richardson: > On Tue, Jul 06, 2021 at 11:44:28AM +0200, Juraj Linkeš wrote: > > The current meson option 'machine' should only specify the ISA, which is > > not sufficient for Arm, where setting ISA implies other settings as well > > (and is used in Arm configuration as such

Re: [dpdk-dev] [PATCH v7] build: use platform for generic and native builds

2021-07-07 Thread Bruce Richardson
On Tue, Jul 06, 2021 at 11:44:28AM +0200, Juraj Linkeš wrote: > The current meson option 'machine' should only specify the ISA, which is > not sufficient for Arm, where setting ISA implies other settings as well > (and is used in Arm configuration as such). > Use the existing 'platform' meson optio

[dpdk-dev] [PATCH v7] build: use platform for generic and native builds

2021-07-06 Thread Juraj Linkeš
The current meson option 'machine' should only specify the ISA, which is not sufficient for Arm, where setting ISA implies other settings as well (and is used in Arm configuration as such). Use the existing 'platform' meson option to differentiate the type of the build (native/generic) and set ISA