Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-29 Thread Bruce Richardson
monjalon.net; Ruifeng Wang > > ; Phil Yang ; > > vcchu...@amazon.com; Dharmik Thakkar ; > > jerinjac...@gmail.com; hemant.agra...@nxp.com; Ajit Khaparde > > (ajit.khapa...@broadcom.com) ; > > ferruh.yi...@intel.com; dev@dpdk.org; nd > > Subject: Re: [dpdk-dev] [PATCH v

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-29 Thread Juraj Linkeš
c...@gmail.com; hemant.agra...@nxp.com; Ajit Khaparde > (ajit.khapa...@broadcom.com) ; > ferruh.yi...@intel.com; dev@dpdk.org; nd > Subject: Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework > > On Fri, Jan 29, 2021 at 08:41:45AM +, Juraj Linkeš wrote: > > > > 3) W

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-29 Thread Bruce Richardson
On Fri, Jan 29, 2021 at 08:41:45AM +, Juraj Linkeš wrote: > > > 3) We need to build kni against the aarch64 kernel headers, but it > > > fails. It appears that kernel/linux/kni/meson.build doesn’t pass any > > > cross-compile flags in the make command it creates. The diff below > > > shows how

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-29 Thread Juraj Linkeš
> > 3) We need to build kni against the aarch64 kernel headers, but it > > fails. It appears that kernel/linux/kni/meson.build doesn’t pass any > > cross-compile flags in the make command it creates. The diff below > > shows how I hardcoded it to get it to work for now. Thoughts on how to > > do th

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-27 Thread Honnappa Nagarahalli
> > > > > >> > > > >> > > > > > >> > > >v14: > > >> > > >Resent for retesting (because of suspected false negative). > > >> > > > > > >> > > >Series Acked-by: Jerin Jacob Series > > >> > > >Tested- > > >by: > > >> > > >Jerin Jacob Series Tested-by: Dharmik > > >Thakkar > > >> > > > Series Teste

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-27 Thread Hemant Agrawal
...@amazon.com; Dharmik Thakkar ; > >jerinjac...@gmail.com; hemant.agra...@nxp.com; Ajit Khaparde > >(ajit.khapa...@broadcom.com) ; > >ferruh.yi...@intel.com > >Cc: dev@dpdk.org; nd ; Honnappa Nagarahalli > >; nd > >Subject: [EXT] R

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-27 Thread Pavan Nikhilesh Bhagavatula
ar >; jerinjac...@gmail.com; >hemant.agra...@nxp.com; Ajit Khaparde >(ajit.khapa...@broadcom.com) ; >ferruh.yi...@intel.com >Cc: dev@dpdk.org; nd ; Honnappa Nagarahalli >; nd >Subject: [EXT] Re: [dpdk-dev] [PATCH v14 00

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-27 Thread Honnappa Nagarahalli
> > > > > > > > > >v14: > > > >Resent for retesting (because of suspected false negative). > > > > > > > >Series Acked-by: Jerin Jacob Series Tested-by: > > > >Jerin Jacob Series Tested-by: Dharmik Thakkar > > > > Series Tested-by: Vimal Chungath > > > > > > > > > > > > > > Series Tested-by: Pa

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-22 Thread Juraj Linkeš
.@gmail.com; hemant.agra...@nxp.com; Ajit Khaparde > (ajit.khapa...@broadcom.com) ; > ferruh.yi...@intel.com > Cc: dev@dpdk.org; nd ; nd > Subject: RE: [dpdk-dev] [PATCH v14 00/12] Arm build options rework > > > > > > > > >v14: > > >Resent for retesting

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-12 Thread Juraj Linkeš
; jerinjac...@gmail.com; > hemant.agra...@nxp.com; Ajit Khaparde (ajit.khapa...@broadcom.com) > ; ferruh.yi...@intel.com; dev@dpdk.org; nd > > Subject: Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework > > > > On Jan 1, 2021, at 12:19 PM, Honnappa Nagarahalli &g

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-11 Thread Bruce Richardson
On Mon, Jan 11, 2021 at 11:16:38AM -0500, Andrew Boyer wrote: >On Jan 11, 2021, at 5:01 AM, Bruce Richardson ><[1]bruce.richard...@intel.com> wrote: > >On Mon, Jan 11, 2021 at 10:38:09AM +0100, Thomas Monjalon wrote: > > 08/01/2021 21:20, Honnappa Nagarahalli: > > On Mon, J

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-11 Thread Andrew Boyer
> On Jan 11, 2021, at 5:01 AM, Bruce Richardson > wrote: > > On Mon, Jan 11, 2021 at 10:38:09AM +0100, Thomas Monjalon wrote: >> 08/01/2021 21:20, Honnappa Nagarahalli: On Mon, Jan 04, 2021 at 05:46:20PM -0500, Andrew Boyer wrote: > > 1) Bruce - when the “-Ddefault_library=both

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-11 Thread Bruce Richardson
On Mon, Jan 11, 2021 at 10:38:09AM +0100, Thomas Monjalon wrote: > 08/01/2021 21:20, Honnappa Nagarahalli: > > > On Mon, Jan 04, 2021 at 05:46:20PM -0500, Andrew Boyer wrote: > > > > > > > > 1) Bruce - when the “-Ddefault_library=both” flag is passed in, the > > > > build > > > fails with this er

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-11 Thread Thomas Monjalon
08/01/2021 21:20, Honnappa Nagarahalli: > > On Mon, Jan 04, 2021 at 05:46:20PM -0500, Andrew Boyer wrote: > > > > > > 1) Bruce - when the “-Ddefault_library=both” flag is passed in, the build > > fails with this error. It’s been broken for a long time; maybe this option > > isn’t > > supported an

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-08 Thread Honnappa Nagarahalli
> > On Mon, Jan 04, 2021 at 05:46:20PM -0500, Andrew Boyer wrote: > > > > 1) Bruce - when the “-Ddefault_library=both” flag is passed in, the build > fails with this error. It’s been broken for a long time; maybe this option > isn’t > supported and should be blocked earlier? > > > > ../../

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-08 Thread Bruce Richardson
On Mon, Jan 04, 2021 at 05:46:20PM -0500, Andrew Boyer wrote: > > 1) Bruce - when the “-Ddefault_library=both” flag is passed in, the build > fails with this error. It’s been broken for a long time; maybe this option > isn’t supported and should be blocked earlier? > > ../../dpdk/app/mes

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-06 Thread Bruce Richardson
On Mon, Jan 04, 2021 at 05:46:20PM -0500, Andrew Boyer wrote: > > > On Jan 1, 2021, at 12:19 PM, Honnappa Nagarahalli > > wrote: > >> > >> 30/12/2020 20:09, Andrew Boyer: > >>> > On Dec 23, 2020, at 6:47 AM, Juraj Linkeš > >> wrote: > > The current way of specifying Arm config

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-05 Thread Honnappa Nagarahalli
> > > >v14: > >Resent for retesting (because of suspected false negative). > > > >Series Acked-by: Jerin Jacob Series Tested-by: > >Jerin Jacob Series Tested-by: Dharmik Thakkar > > Series Tested-by: Vimal Chungath > > > > > > Series Tested-by: Pavan Nikhilesh > > Also, I believe we need to

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-05 Thread Pavan Nikhilesh Bhagavatula
>-Original Message- >From: dev On Behalf Of Juraj Linkeš >Sent: Wednesday, December 23, 2020 5:17 PM >To: bruce.richard...@intel.com; ruifeng.w...@arm.com; >honnappa.nagaraha...@arm.com; phil.y...@arm.com; >vcchu...@amazon.com; dharmik.thak...@arm.com; >jerinjac...@gmail.com; hemant.agra

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-04 Thread Andrew Boyer
> On Jan 1, 2021, at 12:19 PM, Honnappa Nagarahalli > wrote: >> >> 30/12/2020 20:09, Andrew Boyer: >>> On Dec 23, 2020, at 6:47 AM, Juraj Linkeš >> wrote: The current way of specifying Arm configuration options is insufficient since we can't identify the SoC we're buildi

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2021-01-01 Thread Honnappa Nagarahalli
> > 30/12/2020 20:09, Andrew Boyer: > > > > > On Dec 23, 2020, at 6:47 AM, Juraj Linkeš > wrote: > > > > > > 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 di

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2020-12-30 Thread Thomas Monjalon
30/12/2020 20:09, Andrew Boyer: > > > On Dec 23, 2020, at 6:47 AM, Juraj Linkeš > > wrote: > > > > 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 betw

Re: [dpdk-dev] [PATCH v14 00/12] Arm build options rework

2020-12-30 Thread Andrew Boyer
> On Dec 23, 2020, at 6:47 AM, Juraj Linkeš wrote: > > 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