Re: [dpdk-dev] [PATCH v8 00/14] Arm build options rework

2020-11-06 Thread Bruce Richardson
On Fri, Nov 06, 2020 at 09:56:42AM +0100, Morten Brørup wrote: > > From: Juraj Linkeš [mailto:juraj.lin...@pantheon.tech] > > Sent: Friday, November 6, 2020 9:40 AM > > > > > From: Morten Brørup > > > Sent: Friday, November 6, 2020 9:23 AM > > > > > > > From: dev [mailto:dev-boun...@dpdk.org] On

Re: [dpdk-dev] [PATCH v8 00/14] Arm build options rework

2020-11-06 Thread Bruce Richardson
On Fri, Nov 06, 2020 at 09:23:01AM +0100, Morten Brørup wrote: > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Juraj Linkeš Sent: > > Friday, November 6, 2020 9:03 AM > > > > The current way of specifying Arm configuration options is insufficient > > since we can't identify the SoC we're

Re: [dpdk-dev] [PATCH v8 00/14] Arm build options rework

2020-11-06 Thread Morten Brørup
> From: Juraj Linkeš [mailto:juraj.lin...@pantheon.tech] > Sent: Friday, November 6, 2020 9:40 AM > > > From: Morten Brørup > > Sent: Friday, November 6, 2020 9:23 AM > > > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Juraj Linkeš > > > Sent: Friday, November 6, 2020 9:03 AM > > > > >

Re: [dpdk-dev] [PATCH v8 00/14] Arm build options rework

2020-11-06 Thread Juraj Linkeš
jerinjac...@gmail.com; hemant.agra...@nxp.com; > ajit.khapa...@broadcom.com; ferruh.yi...@intel.com; acon...@redhat.com > Cc: dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v8 00/14] Arm build options rework > > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Juraj Linkeš >

Re: [dpdk-dev] [PATCH v8 00/14] Arm build options rework

2020-11-06 Thread Morten Brørup
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Juraj Linkeš > Sent: Friday, November 6, 2020 9:03 AM > > The current way of specifying Arm configuration options is insufficient > since we can't identify the SoC we're building for from the MIDR > information. For example, we can't distingui

[dpdk-dev] [PATCH v8 00/14] Arm build options rework

2020-11-06 Thread Juraj Linkeš
The current way of specifying Arm configuration options is insufficient since we can't identify the SoC we're building for from the MIDR information. For example, we can't distinguish between N1SDP, Graviton2 or Ampere Altra. Add a way to specify the cpu count and numa node count for cross builds.