Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number

2021-02-10 Thread Thomas Monjalon
08/02/2021 15:44, Juraj Linkeš: > Rename the 'default' part number in clang cross-file to fix the > following issue: > config/arm/meson.build:238:2: ERROR: Problem encountered: Unsupported > part number default of implementer generic. Please add support for it or > use the generic (-Dmachine=gener

Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number

2021-02-08 Thread Juraj Linkeš
> -Original Message- > From: Thomas Monjalon > Sent: Monday, February 8, 2021 6:26 PM > To: Juraj Linkeš > Cc: bruce.richard...@intel.com; ruifeng.w...@arm.com; > honnappa.nagaraha...@arm.com; jerinjac...@gmail.com; > ferruh.yi...@intel.com; dev@dpdk.org > Subject: Re: [RFC PATCH v1] co

Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number

2021-02-08 Thread Thomas Monjalon
08/02/2021 17:46, Juraj Linkeš: > From: Thomas Monjalon > > 08/02/2021 15:46, Juraj Linkeš: > > > I accidentally submitted this as an RFC patch. Please consider this to be > > > a > > regular patch. > > > > > > With that said, Thomas, would it be possible to get this into the release? > > > > Ye

Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number

2021-02-08 Thread Juraj Linkeš
> -Original Message- > From: Thomas Monjalon > Sent: Monday, February 8, 2021 5:43 PM > To: Juraj Linkeš > Cc: bruce.richard...@intel.com; ruifeng.w...@arm.com; > honnappa.nagaraha...@arm.com; jerinjac...@gmail.com; > ferruh.yi...@intel.com; dev@dpdk.org > Subject: Re: [RFC PATCH v1] co

Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number

2021-02-08 Thread Thomas Monjalon
08/02/2021 15:46, Juraj Linkeš: > I accidentally submitted this as an RFC patch. Please consider this to be a > regular patch. > > With that said, Thomas, would it be possible to get this into the release? Yes For the sake of understanding, is it an issue due to a missing rebase? Or was it a mi

Re: [dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number

2021-02-08 Thread Juraj Linkeš
I accidentally submitted this as an RFC patch. Please consider this to be a regular patch. With that said, Thomas, would it be possible to get this into the release? Thanks, Juraj > -Original Message- > From: Juraj Linkeš > Sent: Monday, February 8, 2021 3:44 PM > To: bruce.richard...@

[dpdk-dev] [RFC PATCH v1] config/arm: fix clang cross part number

2021-02-08 Thread Juraj Linkeš
Rename the 'default' part number in clang cross-file to fix the following issue: config/arm/meson.build:238:2: ERROR: Problem encountered: Unsupported part number default of implementer generic. Please add support for it or use the generic (-Dmachine=generic) build. Fixes: 3d01d65ba0d3 ("config: