Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for generic build

2020-11-13 Thread Thomas Monjalon
13/11/2020 15:22, Juraj Linkeš: > From: Thomas Monjalon > > 13/11/2020 15:03, Juraj Linkeš: > > > From: Thomas Monjalon > > > > 11/11/2020 14:18, Juraj Linkeš: > > > > > Use generic configuration for the only build where it makes sense > > > > > - the generic build. For other builds, if we don't

Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for generic build

2020-11-13 Thread Juraj Linkeš
jerinjac...@gmail.com; > hemant.agra...@nxp.com; ajit.khapa...@broadcom.com; > ferruh.yi...@intel.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for > generic > build > > 13/11/2020 15:03, Juraj Linkeš: > > From: Thomas Monjalon &

Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for generic build

2020-11-13 Thread Thomas Monjalon
13/11/2020 15:03, Juraj Linkeš: > From: Thomas Monjalon > > 11/11/2020 14:18, Juraj Linkeš: > > > Use generic configuration for the only build where it makes sense - > > > the generic build. For other builds, if we don't know either of > > > implementer ID or part number, the build is not supporte

Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for generic build

2020-11-13 Thread Juraj Linkeš
jerinjac...@gmail.com; > hemant.agra...@nxp.com; ajit.khapa...@broadcom.com; > ferruh.yi...@intel.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for > generic > build > > 11/11/2020 14:18, Juraj Linkeš: > > Use generic confi

Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for generic build

2020-11-13 Thread Thomas Monjalon
11/11/2020 14:18, Juraj Linkeš: > Use generic configuration for the only build where it makes sense - the > generic build. For other builds, if we don't know either of implementer > ID or part number, the build is not supported. > Add part numbers to cross files where fallback to generic configurat

Re: [dpdk-dev] [PATCH v9 07/14] build: isolate configuration for generic build

2020-11-12 Thread Honnappa Nagarahalli
> > Use generic configuration for the only build where it makes sense - the > generic build. For other builds, if we don't know either of implementer ID or > part number, the build is not supported. > Add part numbers to cross files where fallback to generic configuration is > assumed. > > Sign

[dpdk-dev] [PATCH v9 07/14] build: isolate configuration for generic build

2020-11-11 Thread Juraj Linkeš
Use generic configuration for the only build where it makes sense - the generic build. For other builds, if we don't know either of implementer ID or part number, the build is not supported. Add part numbers to cross files where fallback to generic configuration is assumed. Signed-off-by: Juraj Li